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