subhook
subhook copied to clipboard
[Question] Retrieving trampoline once? (Yes, Fixed)
Hi. Are you allowed to call ::subhook_get_trampoline(pHook) once after hooking and use that result n times to call the original function inside the hook you've just created? Thanks.
Hmmm, it seems that it works. Great! Thanks for sharing.