Search found 3 matches

by dgmax
Fri Aug 18, 2017 8:37 pm
Forum: madCodeHook
Topic: hooking C++ methods
Replies: 1
Views: 4399

hooking C++ methods

Hello, I have been playing with MadCodeHook trying to hook methods in a C++ class in a 32 bit application. In 32 bits, the usual "__thiscall" calling convention will require handcrafted assembly to recover the "this" pointer passed by ecx and pass it on to the "next hook&quo...
by dgmax
Thu Jul 20, 2017 6:44 pm
Forum: madCodeHook
Topic: Windows 10 "Redstone3" and injection/hooking
Replies: 18
Views: 23483

Re: Windows 10 "Redstone3" and injection/hooking

Thank you Madshi, I appreciate you taking the time to answer my question.
I understand the concern about weakening protections put in place by the OS vendor.
I was just curious.
by dgmax
Thu Jul 20, 2017 2:33 pm
Forum: madCodeHook
Topic: Windows 10 "Redstone3" and injection/hooking
Replies: 18
Views: 23483

Windows 10 "Redstone3" and injection/hooking

Hello, I have a general question about the upcoming Windows "Redstone 3" (a pre-release is available, build 16232). It introduces new features, especially "Windows Application Guard", which launches a sandboxed Edge browser. Is Madcodehooks capable of injecting the sandboxed proc...