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

Windows 11 24H2 changed some low-level call hierarchies. #750

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

rfortier
Copy link
Contributor

@rfortier rfortier commented Dec 1, 2024

This is a compatibility change, works on 23H2 and 24H2. Since in 24H2 GetModuleHandle no longer down-calls to LdrGetDllHandleEx, have to hook the GetModuleHandle() routines also.

This is a compatibility change, works on 23H2 and 24H2. Since in 24H2 GetModuleHandle no longer down-calls to LdrGetDllHandleEx, have to hook the GetModuleHandle() routines also.

Windows 11 24H2 changed some low-level call hierarchies.
This is a compatibility change, works on 23H2 and 24H2. Since in 24H2 GetModuleHandle no longer down-calls to LdrGetDllHandleEx, have to hook the GetModuleHandle() routines also.
@rfortier rfortier force-pushed the fix/Win11-24H2-compat branch from 51a6c62 to ab0bac5 Compare December 1, 2024 01:33
@RobbeBryssinck RobbeBryssinck merged commit 299f208 into tiltedphoques:dev Dec 2, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants