mirror of
https://github.com/gtworek/Priv2Admin
synced 2024-11-10 05:44:12 +00:00
Update NtQuerySystemInformation.md
This commit is contained in:
parent
b4e316ac38
commit
0dc856935c
1 changed files with 3 additions and 1 deletions
|
@ -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||
|
||||
|
||||
|
|
Loading…
Reference in a new issue