frida_memory_protect
Change memory protection flags for a process memory region. Specify PID, address, size, and desired permissions like rwx to control access.
Instructions
Change memory protection flags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | ||
| size | Yes | ||
| address | Yes | ||
| protection | No | rwx |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||