ida_get_pseudocode_all_functions
Decompile up to a specified number of functions from a binary and return their pseudocode for bulk analysis. Set the limit to control how many functions to process.
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) |