Skip to content

Instantly share code, notes, and snippets.

@jengel3
Created September 14, 2016 02:07
Show Gist options
  • Save jengel3/c5b8448d2dd2d8614e88afd6063dae7b to your computer and use it in GitHub Desktop.
Save jengel3/c5b8448d2dd2d8614e88afd6063dae7b to your computer and use it in GitHub Desktop.
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