- Designed for 10.13+
- mySIMBL plugin to help explore cocoa applications on macOS
- Author: w0lfschild
Runtime exploration of Objective-C and Objective-C++ programs through F-Script's Object Browser and Console. Specifically, this plugin comes in handy when the program you want to explore disables debugger-attaching, or when the program has no menu bar. In these cases, use MacForge to load this plugin, and then use the shortcuts to control F-Script.
- Based off code from SIMBL-fscript by perfaram
- Now has FScript bundled into the plugin and blacklist the
Dock.app
which crashes
- Download MacForge
- Open MacForge and search for FScriptLoader
- Click
GET
- FScriptLoader should be automatically injected into all running processes and future process
- Use the newly created
F-Script
item in the app's main menu (in the top menu bar). - Shortcuts :
⌘ + ⌥ + ⇧ + C
to show console,⌘ + ⌥ + ⇧ + O
to show Object browser.