undefine
Convert defined data items back to raw bytes at specified addresses. Removes adjacent items spanning into the range, returning address, start, and size on success.
Instructions
Undefine item(s) at each address, converting them back to raw bytes.
Size is determined from end (exclusive) or size; defaults to 1 byte.
Uses ida_bytes.DELIT_EXPAND so adjacent items spanning into the range are
fully removed. Returns {addr, start, size} on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| instance_id | Yes | Target IDA instance ID (required) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |