Skip to content

vichuda/iOS-Runtime-Headers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Here are iOS Objective-C headers as derived from runtime introspection.

The headers were produced using RuntimeBrowser for iPhone.

You can use the headers this way:

NSBundle *b = [NSBundle bundleWithPath:@"/System/Library/PrivateFrameworks/Message.framework"];
BOOL success = [b load];

Class NetworkController = NSClassFromString(@"NetworkController");
id nc = [NetworkController sharedInstance];

NSLog(@"-- IMEI: %@", [nc IMEI]);

You can search the headers with github search:

https://github.com/search?type=Code&q=repo:nst/iOS-Runtime-Headers+radar

About

iOS Objective-C headers as derived from runtime introspection

Resources

Stars

Watchers

Forks

Packages

No packages published