06 2022 档案

摘要:信号量有两种操作会影响计数信号量的值:tx_semaphore_get和tx_semaphore_put。get操作将信号量减少1。如果信号量为0,则get操作失败。与get操作相反的是put操作,它将信号量增加1。 二值信号量与互斥锁一样,信号量也经常用于互斥,把信号量的计数设为1即可。 这种信号 阅读全文
posted @ 2022-06-30 17:05 sinferwu 编辑
摘要:https://github.com/geekcomputers/Python 阅读全文
posted @ 2022-06-23 22:58 sinferwu 编辑
摘要:https://www.technovelty.org/linux/plt-and-got-the-key-to-code-sharing-and-dynamic-libraries.html PLT and GOT - the key to code sharing and dynamic lib 阅读全文
posted @ 2022-06-23 18:05 sinferwu 编辑
摘要:https://www.armbbs.cn/forum.php?mod=viewthread&tid=112099 https://gitee.com/wzh1845462801/dynamic_loader https://www.armbbs.cn/forum.php?mod=viewthrea 阅读全文
posted @ 2022-06-20 16:31 sinferwu 编辑
摘要:https://tomverbeure.github.io/2019/08/03/Video-Timings-Calculator.html https://tomverbeure.github.io/video_timings_calculator Video Timings Calculator 阅读全文
posted @ 2022-06-20 15:31 sinferwu 编辑
摘要:https://www.armbbs.cn/forum.php?mod=viewthread&tid=110782 3、分享一本牛X的逆向工程权威指南,涵盖X86/X64, ARM指令集,更重要的是有MDK的工程代码解析和逆向这本书有英语,俄语,法语,德语,日语,汉语,意大利语等版本,而且我们国内的 阅读全文
posted @ 2022-06-20 15:15 sinferwu 编辑
摘要:https://www.armbbs.cn/forum.php?mod=viewthread&tid=110838 7、OSDEV网站提供了非常丰富的操作系统方面知识https://wiki.osdev.org/Main_Page整理了693个操作系统方面知识分类,如果对操作系统方面知识感兴趣,可以 阅读全文
posted @ 2022-06-20 15:11 sinferwu 编辑
摘要:https://www.armbbs.cn/forum.php?mod=viewthread&tid=110782 1、适用于极小资源芯片的开源加密算法库avr-crypto-libhttps://github.com/cantora/avr-crypto-libhttps://wiki.das-l 阅读全文
posted @ 2022-06-20 15:05 sinferwu 编辑
摘要:https://www.armbbs.cn/forum.php?mod=viewthread&tid=110838 https://briancallahan.net/blog/20210814.html 1、编写C编译器入门教程https://briancallahan.net/blog/arch 阅读全文
posted @ 2022-06-20 15:01 sinferwu 编辑
摘要:源码路径: https://elixir.bootlin.com/linux/v5.10.120/source/lib/devres.c /* * devm_of_iomap - Requests a resource and maps the memory mapped IO * for a gi 阅读全文
posted @ 2022-06-08 16:30 sinferwu 编辑

点击右上角即可分享
微信分享提示