SplitScript reference / Signature
Signature
type
Signature
Stores a compiled process-memory signature.
Signature values are created by signature literals and consumed by scanning operations.
Examples
Scan for a machine-code marker
let executable = await process.mainModule()
let markerAddress = await executable.scan(sig"48 8B ?? 89")