Page 4 of 4
Re: API Hook Engine Module (Windows)
Posted: Mon Sep 07, 2020 6:30 pm
by Kwai chang caine
Thanks that works now

Re: API Hook Engine Module (Windows)
Posted: Tue Sep 08, 2020 7:48 am
by Mijikai
Not bad.
Unhooking for every call to the old function is kinda crazy imho.
Also the hook (in its current form) will only work with functions that are by design hot-patch able.
Anway after seeing the "remote proc" function, the choice of hook is really puzzeling to me.