Created
August 13, 2017 10:41
-
-
Save nakiostudio/fdb42207a3e8af734fafc46957bd2ac2 to your computer and use it in GitHub Desktop.
Using lldb to inject Reveal into a process
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
lldb attach -p `ps x|grep XING|grep -v grep|awk '{print $1}'` | |
expr (void*)dlopen("/Applications/Reveal.app/Contents/SharedSupport/iOS-Libraries/libReveal.dylib", 0x2); | |
expr [(NSNotificationCenter*)[NSNotificationCenter defaultCenter] postNotificationName:@"IBARevealRequestStart" object:nil]; | |
c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment