Created
October 17, 2017 06:04
-
-
Save shalyf/c1ca1f433f634b9ad1c9af22c046e879 to your computer and use it in GitHub Desktop.
reveal command with xcode breakpoint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
expr (Class)NSClassFromString(@"IBARevealLoader") == nil ? (void *)dlopen("/Applications/Reveal.app/Contents/SharedSupport/iOS-Libraries/RevealServer.framework/RevealServer", 0x2) : ((void*)0) |
Author
shalyf
commented
Oct 17, 2017
- Click "Add Symbolic Breakpoint"
- Symbol fill "UIApplicationMain"
- Click "Add Action", choose "Debugger Command", fill above code
- Check options "Automatically continue after evaluating actions"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment