C# Class BananaHook.RetnHook

Inheritance: PatchingHook
Show file Open project: sgraf812/BananaHook

Public Methods

Method Description
RetnHook ( IMemory memory, IntPtr targetAddress, IntPtr hookAddress ) : System

Private Methods

Method Description
GenerateDetourOpCodes ( IntPtr hookAddress ) : byte[]

Method Details

RetnHook() public method

public RetnHook ( IMemory memory, IntPtr targetAddress, IntPtr hookAddress ) : System
memory IMemory
targetAddress System.IntPtr
hookAddress System.IntPtr
return System