iOS-Runtime-Headers

iOS Objective-C headers as derived from runtime introspection

  • 所有者: nst/iOS-Runtime-Headers
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Dynamically Generated iOS Headers

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

The headers were generated using RuntimeBrowser for iPhone.

You can search the headers with github search:

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

Diffs

You can compare versions based on their tags, see the tags page:

$ git difftool 6.0 6.1 .

Sample usage

You can use the headers this way:

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

Class FTDeviceSupport = NSClassFromString(@"FTDeviceSupport");
id si = [FTDeviceSupport valueForKey:@"sharedInstance"];

NSLog(@"-- %@", [si valueForKey:@"deviceColor"]);

Timeline

  • Green == public
  • Red == private
  • Blue == dylib

The code to draw this picture is in https://github.com/nst/RuntimeBrowser/tree/master/tools/ios_headers_history.

iOS Frameworks

Nicolas Seriot

主要指標

概覽
名稱與所有者nst/iOS-Runtime-Headers
主編程語言Objective-C
編程語言Objective-C (語言數: 1)
平台
許可證
所有者活动
創建於2011-01-09 13:37:14
推送於2022-05-17 07:06:03
最后一次提交2018-09-27 16:30:30
發布數42
最新版本名稱11.4 (發布於 2018-07-09 14:46:19)
第一版名稱2.1_raw (發布於 2011-01-09 15:14:54)
用户参与
星數8k
關注者數456
派生數1.6k
提交數81
已啟用問題?
問題數70
打開的問題數57
拉請求數0
打開的拉請求數1
關閉的拉請求數11
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?