C# 클래스 EasyHook.WOW64Bypass

파일 보기 프로젝트 열기: gerich-home/lua-inject 1 사용 예제들

공개 메소드들

메소드 설명
Inject ( Int32 InHostPID, Int32 InTargetPID, Int32 InWakeUpTID, Int32 InNativeOptions, String InLibraryPath_x86, String InLibraryPath_x64 ) : void

비공개 메소드들

메소드 설명
Install ( ) : void

메소드 상세

Inject() 공개 정적인 메소드

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
리턴 void