C# 클래스 FFXIVAPP.Memory.Scanner

파일 보기 프로젝트 열기: Icehunter/ffxivapp-memory

공개 메소드들

메소드 설명
LoadOffsets ( IEnumerable pSignatures ) : void

비공개 메소드들

메소드 설명
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.

메소드 상세

LoadOffsets() 공개 메소드

public LoadOffsets ( IEnumerable pSignatures ) : void
pSignatures IEnumerable
리턴 void