花费 15 ms
ios逆向过程中lldb调试技巧

在ios逆向过程中,善于运用lldb,会给逆向带来很大的方便 一般的命令: 1、image list -o -f 看看各个模块在内存中的基址 2、register read r0 读取寄存器 ...

Fri Jul 07 01:06:00 CST 2017 0 3828
iOS app 的 ASLR

这两天逆向一个程序,发现每次image list -o -f 之后,它的基地址都是0x00000,也就是偏移地址是0。 想到这个应该是载入内存时有没有启用偏移有关,于是找了下答案:as ...

Sat Aug 26 17:38:00 CST 2017 0 1102

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM