patch_bytes
Apply byte patches to modify binary code or data at a specified address in the IDA Pro database. Provide hex bytes to change program behavior.
Instructions
Patch bytes at an address in the IDA database. Pass hex bytes with optional spaces (e.g. '90 90 90' for NOP sled, 'EB 05' for short jump).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| hex_bytes | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |