C# Class EasyHook.WOW64Bypass

显示文件 Open project: gerich-home/lua-inject Class Usage Examples

Public Methods

Method Description
Inject ( Int32 InHostPID, Int32 InTargetPID, Int32 InWakeUpTID, Int32 InNativeOptions, String InLibraryPath_x86, String InLibraryPath_x64 ) : void

Private Methods

Method Description
Install ( ) : void

Method Details

Inject() public static method

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
return void