nst / RuntimeBrowser

Objective-C Runtime Browser, for Mac OS X and iOS
3.55k stars 510 forks source link

No instruction on how to use this tool! #28

Open hlung opened 6 years ago

hlung commented 6 years ago

How do I use this tool? How can I see runtime headers of an iOS app running in my simulator?

JohnWong commented 6 years ago

I am familiar with the iOS Version. The usage is listed in README. When you run this project on iOS device or simulator, you may read the headers in app. And you will see some instruction in console, such as 'GCDWebServer started on port 10000 and reachable at http://192.168.2.126:10000/'. When you open this url, you may see how to read the headers in browser and retrieve the headers.

michaeldong commented 6 years ago

for iOS user: i clone the project , use xcode to run the OCRuntime.xcodeproj, in the "about" , i see the IP:port ,you can visit it on your PC chrome. also you must in the same network segment.

MemoryReload commented 6 years ago

@JohnWong Would you please tell me, weather it can show details about .h file or not? why I just can not open the .h file? It confused me.

Rootjhon commented 6 years ago

@JohnWong IOS 10.3.2 安装后 点开私有kit无法显示,控制台报 “ [ERROR] cannot find image for class NSKVONotifying_NSUserDefaults”,一个如何解决,谢谢指导。