frida_memory_write
Write bytes directly to memory addresses during runtime for dynamic instrumentation and debugging. Modify process memory to alter behavior or analyze security vulnerabilities.
Instructions
Write bytes to a specific memory address.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| address | Yes | Memory address (hex string) | |
| data | Yes | Hex string of bytes to write |