subhook
subhook copied to clipboard
GetTrampoline() Returns 0 If Hooking WINAPI
It works well with normal functions but when hooking something from WIN32 API it return 0 . Lets say we hooked MessageBox the only to call the original function would be using a ScopedRemove or a Remove.