undefine_function
Remove function definition at a specified address, leaving code intact but no longer treated as a function.
Instructions
Delete/undefine a function at an address. The code remains but is no longer treated as a function.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |