frida_memory_protect
Modify memory protection permissions for specific memory regions to control read, write, and execute access during dynamic instrumentation and analysis.
Instructions
Change memory protection/permissions for a memory region.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| address | Yes | Memory address (hex string) | |
| size | Yes | Size of region | |
| protection | Yes | New protection (e.g., 'rwx', 'r-x') |