subhook icon indicating copy to clipboard operation
subhook copied to clipboard

Simple hooking library for C/C++ (x86 only, 32/64-bit, no dependencies)

Results 24 subhook issues
Sort by recently updated
recently updated
newest added

Hey I have a an error, LNK2001 unresolved external symbol _subhook_disasm_handler

Hello, I'm trying to run subhook within our Ruby project. I am having difficulty integrating it in. I'm open to share more and more if anyone has any experience with...

I was wondering whether it's possible, using this library, to hook into middle of functions instead of entirely replacing them, and view/edit the current state of the registers at the...

I'm attempting to replace a C++ class function using this library. --- I'm able to replace a standalone function as in the following example: ``` #include #include "subhook/subhook.h" std::string TestFx()...