0

我试图让 gdb 在 iphone 应用程序中在 0x2000 处中断。问题是它需要一个适用于 iOS 4 的共享库。我尝试在 GDB 中设置 sysroot 并设置 solib-absolute-path 但它不起作用。有什么方法可以更改 Mach-O exec 中的加载命令?我只是不想在加载 exec 后转储内存。

4

1 回答 1

0

It wont work to just attach -waitfor and dump as soon as it stops? really, very little should have been executed.

于 2011-07-12T04:33:58.487 回答