make_signature_for_range
Create a byte signature for an explicit address range to identify code patterns, with support for IDA, x64dbg, mask, or bitmask formats.
Instructions
Create a byte signature for an explicit address range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | Start address or name | |
| end | Yes | End address or name, exclusive | |
| format | No | Output format: 'ida', 'x64dbg', 'mask', or 'bitmask' | |
| wildcard_operands | No | Wildcard relocatable instruction operands | |
| instance_id | Yes | Target IDA instance ID (required) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||