Skip to main content

Enum ScanType

The type of scan to perform with a signature.

Assembly: Dalamud.dll
View Source
Declaration
public enum ScanType

Fields

Text

Scan the text section of the executable. Uses Dalamud.Game.SigScanner.TryScanText(System.String%2cSystem.IntPtr%40).

View Source
Declaration
Text = 0

StaticAddress

Scans the text section of the executable in order to find a data section address. Uses Dalamud.Game.SigScanner.TryGetStaticAddressFromSig(System.String%2cSystem.IntPtr%40%2cSystem.Int32).

View Source
Declaration
StaticAddress = 1

Extension Methods