frida_memory_write
Write hex-encoded bytes to a target process's memory at a given address. Provide the PID, address, and hex data to alter runtime process state.
Instructions
Write bytes to process memory.
Args: pid: Target process PID (must have active session). address: Hex address string (e.g. "0x7fff12340000"). hex_data: Hex-encoded bytes to write (e.g. "deadbeef").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | ||
| address | Yes | ||
| hex_data | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||