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

Add support for Windows 11 version 21H2 – 10.0.22000.194 #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

physics-sec
Copy link
Contributor

I Also added .h and .asm files to the .gitignore.

Fun fact, there are new syscalls in this release:

  • NtChangeProcessState
  • NtChangeThreadState
  • NtCreateIoRing
  • NtCreateProcessStateChange
  • NtCreateThreadStateChange
  • NtQueryIoRingCapabilities
  • NtQueueApcThreadEx2
  • NtReadVirtualMemoryEx
  • NtSetInformationIoRing
  • NtSubmitIoRing

I get that SysWhispers2 should be used instead but I like to keep this repo updated, hope that's ok.

@sevagas
Copy link

sevagas commented Dec 7, 2021

I suggest you add a separate Windows 11 section instead of appending 10.0.22000 to Windows 10.
Because 21H2 on Windows 10 corresponds to 10.0.19044 (missing from your PR)
And 21H2 for Windows 11 is 10.0.22000
And they don't have the same syscalls

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