C# Class 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
Datei anzeigen Open project: jariz/jZm

Public Methods

Method Description
Apply ( ) : void
Run ( IntPtr ProcessHandle ) : void

Private Methods

Method Description
FindPattern ( IntPtr pHandle, int startAddress, int endAddress, string pattern, string mask ) : int
Fix ( int address, int offset, int correct ) : int

Method Details

Apply() public static method

public static Apply ( ) : void
return void

Run() public static method

public static Run ( IntPtr ProcessHandle ) : void
ProcessHandle System.IntPtr
return void