memory.insert
Insert hex byte data into a binary at a specified address from a headless reverse engineering session. Use this to patch or modify binary files programmatically.
Instructions
Insert bytes (hex) into the view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| data_hex | Yes | ||
| session_id | Yes |