C# 클래스 VoidLib.Injection.Hook

파일 보기 프로젝트 열기: andrewmunro/Void 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Memory Magic.BlackMagic
_processId uint
baseAdress uint
threadHooked bool

공개 메소드들

메소드 설명
DisposeHooking ( ) : void
Hook ( uint processId, uint ba ) : System
Hooking ( ) : void
InjectAndExecute ( string asm ) : byte[]

메소드 상세

DisposeHooking() 공개 메소드

public DisposeHooking ( ) : void
리턴 void

Hook() 공개 메소드

public Hook ( uint processId, uint ba ) : System
processId uint
ba uint
리턴 System

Hooking() 공개 메소드

public Hooking ( ) : void
리턴 void

InjectAndExecute() 공개 메소드

public InjectAndExecute ( string asm ) : byte[]
asm string
리턴 byte[]

프로퍼티 상세

Memory 공개적으로 프로퍼티

public BlackMagic,Magic Memory
리턴 Magic.BlackMagic

_processId 공개적으로 프로퍼티

public uint _processId
리턴 uint

baseAdress 공개적으로 프로퍼티

public uint baseAdress
리턴 uint

threadHooked 공개적으로 프로퍼티

public bool threadHooked
리턴 bool