IMemoryScanner ​
Kind: Interface
Namespace: ConnectorLib.Memory
Public Member Functions
abstract virtual
ulong[]
ScanForBytes(ReadOnlySpan scanFor, ReadOnlySpan mask = null, int numResults = 1, ScanHint hint = None, ulong? startAddress = null, ulong? endAddress = null)
Scans for a byte array.
abstract virtual
IAsyncEnumerable
ScanForBytesAsync(byte[] scanFor, string mask = null, int threadCount = 16, ScanHint hint = None, ulong? startAddress = null, ulong? endAddress = null)
Scans for a byte array asynchronously.
