memory_write
Write hex bytes to specific memory addresses for patching applications during mobile security testing.
Instructions
Write bytes to memory address (for patching)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Memory address (e.g., '0x12345678') | |
| hex_bytes | Yes | Hex bytes to write (e.g., 'deadbeef') |