ida_get_pseudocode_all_functions
Decompile up to a specified number of functions using Hex-Rays to retrieve their pseudocode for bulk reverse engineering analysis.
Instructions
Decompile up to limit functions using Hex-Rays and return their pseudocode. Starts from the first function in the binary. Useful for bulk analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max functions to decompile (default 20) |