上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 27 下一页
摘要: https://github.com/yourtion/30dayMakeOS 阅读全文
posted @ 2020-05-31 13:55 sinferwu 阅读(222) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/m0_37621078/article/details/103190694 https://github.com/StreamAI/LwIP_Projects/tree/master/qemu-vexpress-a9 https://pdos.csail. 阅读全文
posted @ 2020-05-31 13:25 sinferwu 阅读(719) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/loveywm/article/details/47339357 https://blog.csdn.net/loveywm/article/details/47336257 https://github.com/sinferwu/freertos-zyn 阅读全文
posted @ 2020-05-31 12:07 sinferwu 阅读(834) 评论(0) 推荐(0) 编辑
摘要: Qemu + virt (cortex-a53或cortex-a57) 4GB 物理内存地址空间:0x40000000~0x13fffffff https://github.com/qemu/qemu/blob/master/hw/arm/virt.c https://developer.arm.c 阅读全文
posted @ 2020-05-29 20:00 sinferwu 阅读(449) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/17741163/is-there-any-log-library-for-c-like-log4j-for-c log4c、zlog、EasyLogger http://log4c.sourceforge.net/index. 阅读全文
posted @ 2020-05-22 13:44 sinferwu 阅读(371) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/xujianqun/article/details/80618499 arch/arm/include/asm/io.h #define ioremap(addr, size) __ioremap((addr), (size), __pgprot(PROT 阅读全文
posted @ 2020-05-19 15:57 sinferwu 阅读(3801) 评论(0) 推荐(0) 编辑
摘要: Makefile 使用小结 https://www.cnblogs.com/yongdaimi/p/8109509.html Makefile的基本格式 #目标:依赖(条件) # 命令 #all: add.c sub.c dive.c mul.c main.c # gcc add.c sub.c d 阅读全文
posted @ 2020-05-18 15:39 sinferwu 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 字符串转16进制 arg1=0x011arg2=0x50avalue1="reg: 0x12345678" value2=$(echo $value1 | cut -d "x" -f 2)result=$(((16#${value2})&$arg1|$arg2 ))str=$(printf "%08 阅读全文
posted @ 2020-05-18 11:46 sinferwu 阅读(135) 评论(0) 推荐(0) 编辑
摘要: https://www.right.com.cn/forum/forum.php?mod=viewthread&tid=1673645&page=1&authorid=115871 https://www.izheteng.site/2019/12/24/2019-12-24-%E4%BD%BF%E 阅读全文
posted @ 2020-05-01 23:21 sinferwu 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 常见函数调用约定(x86、x64、arm、arm64) 我学习逆向,整理的一些常见的函数调用约定反汇编笔记。由于我是新手,肯定有一些疏漏不完善的,我遇到了会实时更新的。 更新时间:2018年3月7日 X86 函数调用约定 X86 有三种常用调用约定,cdecl(C规范)/stdcall(WinAPI 阅读全文
posted @ 2020-04-30 18:23 sinferwu 阅读(1201) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 27 下一页