C# Class BananaHook.Infrastructure.Patch

Inheritance: IDisposable
Afficher le fichier Open project: sgraf812/BananaHook Class Usage Examples

Méthodes publiques

Méthode Description
Apply ( ) : void
Dispose ( ) : void
Patch ( IMemory memory, IntPtr targetAddress, byte replaceWith ) : System
Remove ( ) : void

Method Details

Apply() public méthode

public Apply ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Patch() public méthode

public Patch ( IMemory memory, IntPtr targetAddress, byte replaceWith ) : System
memory IMemory
targetAddress System.IntPtr
replaceWith byte
Résultat System

Remove() public méthode

public Remove ( ) : void
Résultat void