C# 클래스 BananaHook.Specs.describe_IHook

상속: NSpec.nspec
파일 보기 프로젝트 열기: sgraf812/BananaHook

보호된 메소드들

메소드 설명
CreateHook ( IMemory memory, IntPtr targetAddress, IntPtr hookAddress ) : IHook

비공개 메소드들

메소드 설명
Hook ( double d ) : int
before_each ( ) : void
when_the_hooked_function_is_called ( ) : void

메소드 상세

CreateHook() 보호된 추상적인 메소드

protected abstract CreateHook ( IMemory memory, IntPtr targetAddress, IntPtr hookAddress ) : IHook
memory IMemory
targetAddress System.IntPtr
hookAddress System.IntPtr
리턴 IHook