Create NtSetSystemInformation.md

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

43
NtSetSystemInformation.md Normal file
View file

@ -0,0 +1,43 @@
List of privileges required for[`NtSetSystemInformation()` calls:
| SystemInformationClass | Privilege | Remarks |
| --- | --- | --- |
|SystemFlagsInformation|SeDebug||
|SystemFlags2Information|SeDebug||
|SystemLeapSecondInformation|SeSystemtime||
|SystemTimeAdjustmentInformation|SeSystemtime||
|SystemTimeSlipNotification|SeSystemtime||
|SystemTimeZoneInformation|SeTimeZone||
|SystemDynamicTimeZoneInformation|SeTimeZone||
|SystemRegistryQuotaInformation|SeIncreaseQuota||
|SystemPrioritySeperation|SeTcb||
|SystemExtendServiceTableInformation|SeLoadDriver||
|SystemWin32WerStartCallout|SeTcb||
|SystemFileCacheInformation|SeIncreaseQuota||
|SystemFileCacheInformationEx|SeIncreaseQuota||
|SystemDpcBehaviorInformation|SeLoadDriver||
|SystemCrashDumpStateInformation|SeDebug||
|SystemVerifierInformation|SeDebug||
|SystemVerifierInformationEx|SeDebug||
|SystemVerifierAddDriverInformation|SeDebug||
|SystemVerifierRemoveDriverInformation|SeDebug||
|SystemThreadPriorityClientIdInformation|SeIncreaseBasePriority||
|SystemSpecialPoolInformation|SeDebug||
|SystemErrorPortInformation|SeTcb||
|SystemImageFileExecutionOptionsInformation|SeTcb||
|SystemCoverageInformation|SeDebug||
|SystemVerifierFaultsInformation|SeDebug||
|SystemAitSamplingValue|SeProfileSingleProcess||
|SystemScrubPhysicalMemoryInformation|SeProfileSingleProcess||
|SystemCombinePhysicalMemoryInformation|SeProfileSingleProcess||
|SystemConsoleInformation|SeLoadDriver||
|SystemBootMetadataInformation|SeTcb||
|SystemSoftRebootInformation|SeShutdown, SeTcb||
|SystemCriticalProcessErrorLogInformation|SeShutdown||
|SystemInterruptCpuSetsInformation|SeIncreaseBasePriority||
|SystemIntegrityQuotaInformation|SeDebug||
|SystemSecureDumpEncryptionInformation|SeTcb||
|SystemAffinitizedInterruptProcessorInformation|SeIncreaseBasePriority||
|SystemAllowedCpuSetsInformation|SeIncreaseBasePriority||
|SystemCpuSetTagInformation|SeIncreaseBasePriority||
|SystemWorkloadAllowedCpuSetsInformation|SeIncreaseBasePriority||