C# Class Connection_Patcher.Patcher

Inheritance: IDisposable
Afficher le fichier Open project: Arctium-Emulation/Tools Class Usage Examples

Méthodes publiques

Свойство Type Description
binary byte[]

Méthodes publiques

Méthode Description
Dispose ( ) : void
Finish ( ) : void
Patch ( byte bytes, short pattern, long address ) : void
Patcher ( string file ) : System

Private Methods

Méthode Description
SearchOffset ( short pattern ) : long

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Finish() public méthode

public Finish ( ) : void
Résultat void

Patch() public méthode

public Patch ( byte bytes, short pattern, long address ) : void
bytes byte
pattern short
address long
Résultat void

Patcher() public méthode

public Patcher ( string file ) : System
file string
Résultat System

Property Details

binary public_oe property

public byte[] binary
Résultat byte[]