decompile_function
Convert binary machine code at a specified address into readable C-like pseudocode to analyze function logic during reverse engineering.
Instructions
Decompile a function at the given address
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Address of the function to decompile |