PatternScanner

Namespace: SharpPluginLoader.Core.Memory

public static class PatternScanner

Inheritance ObjectPatternScanner

Methods

Scan(Pattern)

Scans the entire process for the specified pattern.

public static List<nint> Scan(Pattern pattern)

Parameters

pattern Pattern
The pattern to scan for.

Returns

List<IntPtr>
A list of addresses where the pattern was found.

Remarks:

It is strongly recommended to cache the results of this method.