C# Class FFXIVAPP.Memory.Scanner

Mostra file Open project: Icehunter/ffxivapp-memory

Public Methods

Method Description
LoadOffsets ( IEnumerable pSignatures ) : void

Private Methods

Method Description
FindExtendedSignatures ( IEnumerable signatures ) : void
FindSuperSig ( byte buffer, byte pattern ) : int

LoadRegions ( ) : void

SigToByte ( string signature, byte wildcard ) : byte[]

Convert a hex string to a binary array while preserving any wildcard characters.

Method Details

LoadOffsets() public method

public LoadOffsets ( IEnumerable pSignatures ) : void
pSignatures IEnumerable
return void