SplitScript reference / MemoryRange

MemoryRange

record

record MemoryRange

Describes one mapped process-memory range.

Values are snapshots of host mapping metadata discovered cooperatively.

Examples

Inspect a discovered mapping

let emulatorRange = await process.findMemoryRange(0x48000, MemoryRangeAccess.ReadWrite)

Fields

MemberDescriptionAvailable through
addressReturns the first mapped address.
executableReports whether the range is executable.
readableReports whether the range is readable.
sizeReturns the mapped byte length.
writableReports whether the range is writable.