define_function
Define a new function starting at a specific address. Optionally specify an end address, or let IDA auto-detect the function boundary.
Instructions
Create a new function at a given address range. If end_address is empty, IDA will auto-detect the function boundary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_address | No | ||
| start_address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |