BananaHook.PatchingHook.PatchingHook C# (CSharp) Method

PatchingHook() public method

public PatchingHook ( IMemory memory, IntPtr targetAddress, byte redirection ) : System
memory IMemory
targetAddress System.IntPtr
redirection byte
return System
        public PatchingHook(IMemory memory, IntPtr targetAddress, byte[] redirection)
        {
            Patch = new Patch(memory, targetAddress, redirection);
        }