Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nst/RuntimeBrowser
Objective-C Runtime Browser, for Mac OS X and iOS
https://github.com/nst/RuntimeBrowser
Last synced: 7 days ago
JSON representation
Objective-C Runtime Browser, for Mac OS X and iOS
- Host: GitHub
- URL: https://github.com/nst/RuntimeBrowser
- Owner: nst
- Created: 2011-03-22T23:54:06.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-03-10T15:50:27.000Z (over 1 year ago)
- Last Synced: 2024-10-29T15:34:49.271Z (15 days ago)
- Language: Objective-C
- Homepage:
- Size: 5.29 MB
- Stars: 3,569
- Watchers: 167
- Forks: 510
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RuntimeBrowser
==============This is a class browser for the Objective-C runtime on iOS and OS X. It gives you full access to all classes loaded in the runtime; allows you to dynamically load new modules and their classes; shows every method implemented on each class; and displays information in a header (.h) file format.
We have found this to be a useful development tool. Please note, however, that each user is responsible for their own usage.
The original version was released in April 2002 by [Ezra Epstein](https://github.com/eepstein). The project is maintained by Nicolas Seriot since August, 2008.
### iOS Version
* browse by class tree, image or indexed list
* search in classes names
* headers retrieval through HTTP port 10000
* instantiates most classes including allocation of non-shared instances
* allows invocation of methods including inputting of parameters at runtimeYou can browse the [iOS headers](https://github.com/nst/iOS-Runtime-Headers) as seen by RuntimeBrowser.
![RuntimeBrowser](art/screenshot_iphone.png "RuntimeBrowser iPhone")
![RuntimeBrowser](art/screenshot_iphone_2.png "RuntimeBrowser iPhone")
### OS X VersionLatest build: 2019-11-17 [http://seriot.ch/temp/RuntimeBrowser_0.996.zip](http://seriot.ch/temp/RuntimeBrowser_0.996.zip) 344 KB
* browse by class tree, image, list or protocols
* search in classes contents
* syntax colorization
* drag and drop frameworks and headers![Screenshot](art/screenshot.png "RuntimeBrowser Mac OS X")