frida_write_memory
Write raw bytes to a process memory address and verify by reading back the region.
Instructions
Write raw bytes to process memory.
target: process name or pid (string).
address: hex address (e.g. '0x100004000').
hex_bytes: hex-encoded bytes (e.g. 'deadbeef', '90 90 90 90').
Reads back the written region for verification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| address | Yes | ||
| hex_bytes | Yes |