C# Class FinalesFunkeln.Util.ProcessInjector

Inheritance: IDisposable
Afficher le fichier Open project: frostycpu/FinalesFunkeln Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
Dispose ( ) : void
ProcessInjector ( string process ) : System
Start ( ) : void

Private Methods

Méthode Description
CheckLoop ( ) : void
Dispose ( bool dispose ) : void
GetModuleAddress ( Process curproc, ProcessMemory curmem, string name ) : Int32
Inject ( ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ProcessInjector() public méthode

public ProcessInjector ( string process ) : System
process string
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void