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
Afficher le fichier Open project: jariz/jZm

Méthodes publiques

Méthode Description
Apply ( ) : void
Run ( IntPtr ProcessHandle ) : void

Private Methods

Méthode 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 méthode

public static Apply ( ) : void
Résultat void

Run() public static méthode

public static Run ( IntPtr ProcessHandle ) : void
ProcessHandle System.IntPtr
Résultat void