Search code examples
xcodemacosgdbdylib

debug disassembled dylib with hopper?


Is there a way to connect gdb to hopper, then load a dylyb that is loaded by an app and then run the app while stepping through the dylib code? is there a way to do this?


Solution

  • I asked the developer and got a reply indicating that this feature (debugging a dylib), is not available in the current version.

    The best way to go for now seems to be to use the available tools to find the right place to edit the code and then reassemble it.