Created
September 14, 2016 02:07
-
-
Save jengel3/c5b8448d2dd2d8614e88afd6063dae7b to your computer and use it in GitHub Desktop.
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
dlopen("/usr/lib/libclassdumpdyld.dylib",RTLD_NOW); | |
dumpBundle=@encode(id(id))(dlsym(RTLD_DEFAULT,"dumpBundle")); | |
dumpBundle([NSBundle mainBundle]); | |
dumpBundle([NSBundle bundleWithIdentifier:@"com.apple.UIKit"]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment