decompile
Convert a target address or function in a Ghidra program into readable C-like pseudocode, helping you analyze binary behavior without manual assembly.
Instructions
Decompile the function at or containing target.
Args:
target: Value accepted by the bridge's `toAddr`, such as `0x401000`,
`FUN_00401000`, or an exact label/function name. The function at or
containing the resolved address is decompiled.
program: Required Ghidra project path or name to target.
timeout: Decompiler timeout in seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| program | Yes | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |