SplitScript reference / SignatureMatch

SignatureMatch

record

record SignatureMatch

Identifies a signature selected by a multi-pattern memory scan.

The address and input index are returned together so one scan can both find a marker and identify the matching executable layout.

Examples

Select a discovered memory layout

let found = await process.scanMemoryAny([sig"48 8B ??", sig"48 89 ??"])
print(found.index)

Fields

MemberDescriptionAvailable through
addressAddress where the signature matched.
indexZero-based index in the supplied signature array.