C# 클래스 ZombieAPI.PatternRecognition

PatternRecognition is a class that dynamically searches for addresses so when the offsets change, We don't need the hardcoded addresses anymore. Completely made by Barata, Edited slightly by JariZ
파일 보기 프로젝트 열기: jariz/jZm

공개 메소드들

메소드 설명
Apply ( ) : void
Run ( IntPtr ProcessHandle ) : void

비공개 메소드들

메소드 설명
FindPattern ( IntPtr pHandle, int startAddress, int endAddress, string pattern, string mask ) : int
Fix ( int address, int offset, int correct ) : int

메소드 상세

Apply() 공개 정적인 메소드

public static Apply ( ) : void
리턴 void

Run() 공개 정적인 메소드

public static Run ( IntPtr ProcessHandle ) : void
ProcessHandle System.IntPtr
리턴 void