Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
ghidra-scripts — Curated Ghidra scripts to automate reverse engineering and vulnerability analysis: locate insecure functions, extract decompiler pseudocode, fix Objective-C cross-references, and resolve MIPS syscalls. | Kitploit
Tools/GitHubGitHub/0xdea/ghidra-scripts
Static Code Analysis (SAST)Vulnerability AnalysisReverse EngineeringBinary Analysis
GitHub0xdea/ghidra-scripts

ghidra-scripts

Curated Ghidra scripts to automate reverse engineering and vulnerability analysis: locate insecure functions, extract decompiler pseudocode, fix Objective-C cross-references, and resolve MIPS syscalls.

View Repository
3023231 month agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website

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

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

  • ResolveMipsN32LinuxSyscallsScript. This script resolves MIPS N32 syscalls.

TODO

  • Implement headless mode.
Download Tool