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

SplitScript reference / SignatureMatch / address

SignatureMatch.address

field

SignatureMatch.address: address

Address where the signature matched.

This is the first byte corresponding to the selected signature. Use the companion index field to determine which input pattern produced it.

Examples

Read the matching address

let found = await process.scanMemoryAny([sig"48 8B ??"])
let marker = found.address
Generated from the SplitScript compiler's documentation catalogs.