hw-1

reavealapp dynamic load

1
2
3
4
5
6
7
8
1, Add Symbolic Breakpoint
2, Enter UIApplicationMain into the Symbol field.
3, Click the Add Action button, and ensure that Action is set to Debugger Command.
4, Copy and paste the following text into the field below:
expr (Class)NSClassFromString(@"IBARevealLoader") == nil ? (void *)dlopen("/Applications/Reveal.app/Contents/SharedSupport/iOS-Libraries/libReveal.dylib", 0x2) : ((void*)0)

5, Check Automatically continue after evaluating actions.
6, Right click the newly created breakpoint and select Move Breakpoint To → User.