Skip to content

federicodotta/ghidra-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A collection of my Ghidra scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published