/ghidra-scripts

A collection of my Ghidra scripts

Primary LanguageJavaMIT LicenseMIT

ghidra-scripts

A collection of my Ghidra scripts.

iOS

  • FOX: This script locates all calls to objc_msgSend family functions, tries to infer the actual method that gets referenced, and adds cross-references, potential cross-references and useful comments.
  • SwiftDemangler: This script demangles swift function names using ghidra2frida bridge, executing the demangling code directly on the mobile iOS device.

Misc

  • ListingLover: this script adds the pseudocode as comment to the disassembly listing. It can be used from the GUI or in headless mode.
  • ExportToGzf: this script exports a Ghidra project in gzf format. It can be used from the GUI or in headless mode.