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

SplitScript reference / MemoryPath / dereferences

MemoryPath.dereferences

field

MemoryPath.dereferences: [i64]

Returns the signed offsets that each end in an intermediate pointer read.

Examples

Inspect intermediate dereferences

let path = 0x2000.memoryPath([0x30, 0x10], 0x4, PointerSize.Bit32)
let offsets = path.dereferences
Generated from the SplitScript compiler's documentation catalogs.