Skip to content

Releases: coltonon/RegHookEx

Large addresses and more registers

01 Nov 07:24
Compare
Choose a tag to compare

If the address returned from VirtualAlloc/Ex was larger than 32 bits, the instructions wouldn't encode correctly. This is now resolved, and as an added bonus to the new jump method, it takes up less space. Thanks to @jjensn for prompting this fix.

Make sure you use the new header file as well, the RegDump class changed a bit.

Fixed huge issue with reg count

10 May 23:16
Compare
Choose a tag to compare

I was testing some V7 hook stuff which only required a 10 byte patch, but never actually switched everything back to using the const size_t. That's fixed now, it works again.

Static Lib with .h

09 May 02:05
Compare
Choose a tag to compare

Using v6 of the hook, this is a static lib with FDE64 and shit taken care of for you. Just include RegHookEx.h and the static lib, and you're good to go.
RegHookEx.zip