get_context
get_context returns either a broad quick snapshot or one focused view.
Supported context_type values:
allregsstackdisasmcodebacktrace
get_memory
get_memory accepts a start address expression, byte count, and output format.
Address and format notes
- use expressions like
$rsp,$rip, or0xdeadbeef - use
format: "hex"for raw bytes - use
format: "string"forx/s-style string output - use a named session so repeated reads stay attached to the same debugger state