Context snapshots
get_context returns either a full quick snapshot or one focused view.
Supported context_type values:
allregsstackdisasmcodebacktrace
Memory reads
get_memory accepts a start address expression, byte count, and output format.
- Use expressions like
$rspor0xdeadbeef. - Use
format: "hex"for raw bytes. - Use
format: "string"forx/s-style output.