https://github.com/mosheberman/introspector
An app to introspect the Objective-C runtime.
https://github.com/mosheberman/introspector
Last synced: 2 months ago
JSON representation
An app to introspect the Objective-C runtime.
- Host: GitHub
- URL: https://github.com/mosheberman/introspector
- Owner: MosheBerman
- License: mit
- Created: 2016-01-31T13:47:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-31T23:45:11.000Z (over 10 years ago)
- Last Synced: 2025-12-29T02:32:33.755Z (6 months ago)
- Language: Objective-C
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
Introspector
---
Introspector is an app that lets you introspect the Objective-C runtime with an easy-to-use UI. If you're looking for more features, check out [Runtime Browser](https://github.com/nst/RuntimeBrowser). I didn't realize that Runtime Browser existed when I built this.
Features:
---
- See all classes that have been loaded into the runtime.
- Search including prefix and suffix matching.
- View methods, property types, and subclasses.
How it Works:
---
Introspector uses a few Objective-C runtime methods to do its thing. Look inside the INTIntrospector class for details.
LICENSE:
---
MIT