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
| Member | Description | Available through |
|---|---|---|
| address | Address where the signature matched. | |
| index | Zero-based index in the supplied signature array. |