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