pin_write_mem
Write hex bytes to target memory to patch or modify runtime memory in Windows executables during dynamic instrumentation without opening IDA GUI.
Instructions
Write hex bytes to target memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ea | Yes | ||
| hex | Yes | Hex string without 0x, e.g. 90c3 |