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

Added Key Buffer support for Win11 22H2 #9

Merged
merged 2 commits into from
Jun 9, 2024
Merged

Conversation

ntdelta
Copy link
Contributor

@ntdelta ntdelta commented Jun 9, 2024

In Win11, the key buffer moved into the temporary session global driver (win32ksgd.sys). This PR adds support for this.

Although it is using hardcoded offsets (should probably look to get these dynamically in another PR), the binary doesn't change very often so should be okay https://winbindex.m417z.com/?file=win32ksgd.sys

This was only added for 22H2 so I've reflected that in the version check.

#5

@ko1N ko1N merged commit e7953ee into memflow:main Jun 9, 2024
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