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

SplitScript reference / MemoryRange / executable

MemoryRange.executable

field

MemoryRange.executable: bool

Reports whether the range is executable.

Examples

Inspect execute access

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