Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图让 gdb 在 iphone 应用程序中在 0x2000 处中断。问题是它需要一个适用于 iOS 4 的共享库。我尝试在 GDB 中设置 sysroot 并设置 solib-absolute-path 但它不起作用。有什么方法可以更改 Mach-O exec 中的加载命令?我只是不想在加载 exec 后转储内存。
It wont work to just attach -waitfor and dump as soon as it stops? really, very little should have been executed.