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
Well, I tested it out myself and it turns out MinHook does NOT support Win9x.
One reason is that "OpenThread()" is not available in Win9x. We need to write an equivalent function of "OpenThread()" in Win9X.
Or probably just skip the ProcessThreadIPs() all together (a little risky but if all hooks are initialized at good timing (i.e. DllMain), there is really no need to freeze or move the IP).
Hi, I am looking for an API hook for Win9x (95/98/Me).
Does MinHook support Win9x?
I can't find any operating system requirement.
Thanks!
The text was updated successfully, but these errors were encountered: