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

SplitScript reference / MemoryPath / base

MemoryPath.base

field

MemoryPath.base: address

Returns the address at which traversal starts.

Examples

Inspect a path's starting address

let path = 0x1000.memoryPath([0x20], 0x8, PointerSize.Bit64)
let start = path.base
Generated from the SplitScript compiler's documentation catalogs.