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

SplitScript reference / MemoryPath / finalOffset

MemoryPath.finalOffset

field

MemoryPath.finalOffset: i64

Returns the signed offset applied after the final pointer read.

Examples

Inspect a path's final offset

let path = 0x3000.memoryPath([], 0x14, PointerSize.Bit64)
let trailingOffset = path.finalOffset
Generated from the SplitScript compiler's documentation catalogs.