Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.69 KB

File metadata and controls

47 lines (28 loc) · 1.69 KB

ghidra-scripts

"Humans are more suited to recognize food than to keep large graphs in their head."

-- Halvar Flake

A collection of my Ghidra scripts to facilitate reverse engineering and vulnerability research.

Blog post

See also

Compatibility

  • Tested with Ghidra 12.0.2

Scripts

VulnDev

  • Rhabdomancer.java. This script locates all calls to potentially insecure functions.
  • Haruspex.java. This script extracts all pseudocode generated by the Ghidra decompiler.

iOS

  • FOX_alpha.java. This script tries to fix Objective-C cross-references in iOS apps.

Analysis

TODO

  • Implement headless mode.