SplitScript reference / MemoryPath / resolve

MemoryPath.resolve

Method

MemoryPath.resolve() -> address!

Resolves the path against the attached process.

Failed and null intermediate pointer reads propagate as a T! error.

Effects: reads process memory, requires an attached process

Runtime behavior: available while a process is attached, except in onDetach; synchronous

Examples

Resolve a discovered path

let health = 0x1000.memoryPath([0x20], 0x18, PointerSize.Bit64)
let healthAddress = health.resolve() else return