ghidra_decompile
Decompile binary functions to readable C code using Ghidra. Specify a binary file path and optional function name to analyze and reverse engineer executable code.
Instructions
Decompile binary functions with Ghidra
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to binary file | |
| functionName | No | Specific function to decompile |