From 0dc856935c172454237f5c8accf539a3c1a0ab35 Mon Sep 17 00:00:00 2001 From: Grzegorz Tworek Date: Thu, 12 Sep 2019 09:21:25 +0200 Subject: [PATCH] Update NtQuerySystemInformation.md --- NtQuerySystemInformation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NtQuerySystemInformation.md b/NtQuerySystemInformation.md index 6552851..ae5ed2a 100644 --- a/NtQuerySystemInformation.md +++ b/NtQuerySystemInformation.md @@ -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 | | --- | --- | --- | |SystemPlatformBinaryInformation|SeTcb|| |SystemCoverageInformation|SeDebug|| |SystemBootMetadataInformation|SeTcb|| |SystemSecureKernelProfileInformation|SeSystemProfile|| +