GdbMiSession.targetGetMemoryProtection
string targetGetMemoryProtection(string address) @trustedTries to get memory protection for an address.
Parameters
address | Memory address as hex string. |
Returns
A string containing permissions (e.g., "rw", "rwx"), or null if not found.