mirror of
https://github.com/0xdea/ghidra-scripts
synced 2026-06-08 10:09:44 +00:00
15cd4f9b8488c8581bcbe06eda6dd5079d7c03fd
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: https://hnsecurity.it/blog/automating-binary-vulnerability-discovery-with-ghidra-and-semgrep/
See also: https://github.com/federicodotta/ghidra-scripts
VulnDev
- Rhabdomancer.java. This script locates all calls to potentially insecure functions.
- Haruspex.java. This script extracts all pseudo-code generated by the Ghidra decompiler.
iOS
- FOX_alpha.java. This script tries to fix Objective-C cross-references in iOS apps.
Analysis
- ResolveMipsN32LinuxSyscallsScript. This script resolves MIPS N32 syscalls.
Languages
Java
100%