Create NtQuerySystemInformation.md

This commit is contained in:
Grzegorz Tworek 2019-09-12 09:20:00 +02:00 committed by GitHub
parent a2149eee45
commit b4e316ac38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,7 @@
List of privileges required for [`NtQuerySystemInformation()`](https://docs.microsoft.com/en-us/windows/win32/api/winternl/nf-winternl-ntquerysysteminformation) calls
| SystemInformationClass | Privilege | Remarks |
| --- | --- | --- |
|SystemPlatformBinaryInformation|SeTcb||
|SystemCoverageInformation|SeDebug||
|SystemBootMetadataInformation|SeTcb||
|SystemSecureKernelProfileInformation|SeSystemProfile||