开发者

iPhone 3.1.3 GDB dyld: Symbol not found

开发者 https://www.devze.com 2023-02-12 06:04 出处:网络
I\'m trying to just get gdb to break at 0x2000 in a iphone application. The problem is that it requirers a shared library that\'s for iOS 4. I have tried to set sysr开发者_StackOverflowoot and set sol

I'm trying to just get gdb to break at 0x2000 in a iphone application. The problem is that it requirers a shared library that's for iOS 4. I have tried to set sysr开发者_StackOverflowoot and set solib-absolute-path in GDB but it won't work. Is there any way to change the load commands in the Mach-O exec? I just wan't to dump the memory after the exec gets loaded.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消