Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Win9x (95/98/Me) Support? #121

Open
ayuanx opened this issue Jul 5, 2023 · 1 comment
Open

Win9x (95/98/Me) Support? #121

ayuanx opened this issue Jul 5, 2023 · 1 comment

Comments

@ayuanx
Copy link

ayuanx commented Jul 5, 2023

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!

@ayuanx
Copy link
Author

ayuanx commented Jul 7, 2023

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant