Update NtQuerySystemInformation.md

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

View file

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