Skip to documentation
SplitScript
  • Language
  • Standard library
  • Guides
  • Migration

SplitScript reference / MemoryRange / writable

MemoryRange.writable

field

MemoryRange.writable: bool

Reports whether the range is writable.

Examples

Inspect write access

let range = await process.findMemoryRange(0x48000, MemoryRangeAccess.ReadWrite)
let canWrite = range.writable
Generated from the SplitScript compiler's documentation catalogs.