上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 27 下一页
摘要: 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 阅读(897) 评论(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 阅读(492) 评论(0) 推荐(0)
摘要: 推荐 martinribelotta/elog: Embedded logger with minimal footprint and memory usage (github.com) rokath/trice: 🟢 super fast 🚀 and tiny 🐥 embedded devi 阅读全文
posted @ 2020-05-22 13:44 sinferwu 阅读(513) 评论(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 阅读(5006) 评论(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 阅读(284) 评论(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 阅读(140) 评论(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 阅读(155) 评论(0) 推荐(0)
摘要: 常见函数调用约定(x86、x64、arm、arm64) 我学习逆向,整理的一些常见的函数调用约定反汇编笔记。由于我是新手,肯定有一些疏漏不完善的,我遇到了会实时更新的。 更新时间:2018年3月7日 X86 函数调用约定 X86 有三种常用调用约定,cdecl(C规范)/stdcall(WinAPI 阅读全文
posted @ 2020-04-30 18:23 sinferwu 阅读(1446) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/idorax/p/6275259.html switch case 语句多的时候 编译器会将switch case 转为跳转表 (.rodata) #include <stdio.h> static int foo_ifelse(char c) { i 阅读全文
posted @ 2020-04-30 18:19 sinferwu 阅读(477) 评论(0) 推荐(0)
摘要: https://www.right.com.cn/forum/thread-162160-1-1.html http://downloads.openwrt.org/barrier_breaker/14.07/malta/le/ https://oldwiki.archive.openwrt.org 阅读全文
posted @ 2020-04-29 23:58 sinferwu 阅读(164) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 27 下一页