C# Class EasyHook.WOW64Bypass

Afficher le fichier Open project: gerich-home/lua-inject Class Usage Examples

Méthodes publiques

Méthode Description
Inject ( Int32 InHostPID, Int32 InTargetPID, Int32 InWakeUpTID, Int32 InNativeOptions, String InLibraryPath_x86, String InLibraryPath_x64 ) : void

Private Methods

Méthode Description
Install ( ) : void

Method Details

Inject() public static méthode

public static Inject ( Int32 InHostPID, Int32 InTargetPID, Int32 InWakeUpTID, Int32 InNativeOptions, String InLibraryPath_x86, String InLibraryPath_x64 ) : void
InHostPID System.Int32
InTargetPID System.Int32
InWakeUpTID System.Int32
InNativeOptions System.Int32
InLibraryPath_x86 String
InLibraryPath_x64 String
Résultat void