frida_memory_query_protection
Identify memory protection permissions at a specific address in a process. Returns a protection string such as rwx or r-x.
Instructions
Query memory protection at a specific address.
target: process name or pid (string).
address: hex address to query.
Returns the protection string (e.g. 'rwx', 'r-x', 'rw-').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| address | Yes |