Python command-line Ghidra decompiler that automates decompilation of binary files and generates call graphs, BSim signatures, and SAST reports. Version 0.5.9 supports Ghidra 12 and requires Python 3.10+. Release cadence is irregular, with updates aligning with Ghidra version releases.
pip install ghidrecompNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize Ghidrecomp and decompile a binary file. Requires Ghidra and pyghidra to be installed separately.
Update imports from pyhidra to pyghidra, and ensure pyghidra is installed.
Use Python 3.10 or later.
Download Ghidra from https://ghidra-sre.org/ and ensure 'ghidra' is in PATH or set GHIDRA_INSTALL_DIR environment variable.