You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I was wondering how to call the original function of the hooked function. I have tried create my get original function but it instantly crashed the application that I am trying to hook.
template<typename T> T LeoHook::GetOriginal() { return (T)og_fun; }
The text was updated successfully, but these errors were encountered:
me too idk how to call original function. cuz when I call it ran in to infinite loop. which trigger the exception again. and redirect to my hook function and stuck in this loop
Hi I was wondering how to call the original function of the hooked function. I have tried create my get original function but it instantly crashed the application that I am trying to hook.
template<typename T> T LeoHook::GetOriginal() { return (T)og_fun; }
The text was updated successfully, but these errors were encountered: