Skip to content

w0lfschild/FScriptLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FScriptLoader

preview

Information:

  • Designed for 10.13+
  • mySIMBL plugin to help explore cocoa applications on macOS
  • Author: w0lfschild

Purpose

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.

Note:

  • Based off code from SIMBL-fscript by perfaram
  • Now has FScript bundled into the plugin and blacklist the Dock.app which crashes

Installation:

  1. Download MacForge
  2. Open MacForge and search for FScriptLoader
  3. Click GET
  4. FScriptLoader should be automatically injected into all running processes and future process

How to use:

  • 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.