patch_address_assembles
Apply assembly instruction patches to specific memory addresses in IDA Pro for binary modification and reverse engineering tasks.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Starting Address to apply patch | |
| instructions | Yes | Assembly instructions separated by ';' |