Reverse engineer binaries using Ghidra's headless analyzer. Decompile executables, extract functions, strings, symbols, and analyze call graphs without GUI.
Ghidra Headless Analysis Skill Perform automated reverse engineering using Ghidra's analyzeHeadless tool. Import binaries, run analysis, decompile to C code, and extract useful information. Quick Reference Task Command Full analysis with all exports ghidra-analyze.sh -s ExportAll.java -o ./output binary Decompile to C code ghidra-analyze.sh -s ExportDecompiled.java -o ./output binary List functions ghidra-analyze.sh -s ExportFunctions.java -o ./output binary Extract strings ghidra-analyze.sh -s ExportStrings.java -o ./output binary Get call graph ghidra-analyze.sh -s ExportCalls.java -o ./output binary Export symbols ghidra-analyze.sh -s ExportSymbols.java -o ./output binary Find Ghidra path find-ghidra.sh Prerequisites
don't have the plugin yet? install it then click "run inline in claude" again.