Releases: coltonon/RegHookEx
Releases · coltonon/RegHookEx
Large addresses and more registers
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
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
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