GdbMiSession.targetGetMemoryProtection

string targetGetMemoryProtection(string address) @trusted

Tries to get memory protection for an address.

Parameters

addressMemory address as hex string.

Returns

A string containing permissions (e.g., "rw", "rwx"), or null if not found.