SysWhispers icon indicating copy to clipboard operation
SysWhispers copied to clipboard

Add support for Windows 11 version 21H2 – 10.0.22000.194

Open physics-sec opened this issue 2 years ago • 1 comments

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.

physics-sec avatar Oct 12 '21 00:10 physics-sec

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

sevagas avatar Dec 07 '21 19:12 sevagas