Created
November 25, 2023 07:52
-
-
Save daaximus/9bf9ef1d5c6fd73b0927b6fb025700f7 to your computer and use it in GitHub Desktop.
SystemInformationClasses out-of-date
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
typedef struct _CLASS_INFORMATION_MAP | |
{ | |
const char* SystemInfoClassName; | |
ULONG SystemInfoClass; | |
} CLASS_INFORMATION_MAP, * PCLASS_INFORMATION_MAP; | |
#define MAX_SYSTEM_INFORMATION_CLASS 230 | |
CLASS_INFORMATION_MAP SystemInformationClassNameTable[ MAX_SYSTEM_INFORMATION_CLASS ] = | |
{ | |
{ "SystemBasicInformation", 0x0 }, | |
{ "SystemProcessorInformation", 0x1 }, | |
{ "SystemPerformanceInformation", 0x2 }, | |
{ "SystemTimeOfDayInformation", 0x3 }, | |
{ "SystemPathInformation", 0x4 }, | |
{ "SystemProcessInformation", 0x5 }, | |
{ "SystemCallCountInformation", 0x6 }, | |
{ "SystemDeviceInformation", 0x7 }, | |
{ "SystemProcessorPerformanceInformation", 0x8 }, | |
{ "SystemFlagsInformation", 0x9 }, | |
{ "SystemCallTimeInformation", 0xA }, | |
{ "SystemModuleInformation", 0xB }, | |
{ "SystemLocksInformation", 0xC }, | |
{ "SystemStackTraceInformation", 0xD }, | |
{ "SystemPagedPoolInformation", 0xE }, | |
{ "SystemNonPagedPoolInformation", 0xF }, | |
{ "SystemHandleInformation", 0x10 }, | |
{ "SystemObjectInformation", 0x11 }, | |
{ "SystemPageFileInformation", 0x12 }, | |
{ "SystemVdmInstemulInformation", 0x13 }, | |
{ "SystemVdmBopInformation", 0x14 }, | |
{ "SystemFileCacheInformation", 0x15 }, | |
{ "SystemPoolTagInformation", 0x16 }, | |
{ "SystemInterruptInformation", 0x17 }, | |
{ "SystemDpcBehaviorInformation", 0x18 }, | |
{ "SystemFullMemoryInformation", 0x19 }, | |
{ "SystemLoadGdiDriverInformation", 0x1A }, | |
{ "SystemUnloadGdiDriverInformation", 0x1B }, | |
{ "SystemTimeAdjustmentInformation", 0x1C }, | |
{ "SystemSummaryMemoryInformation", 0x1D }, | |
{ "SystemMirrorMemoryInformation", 0x1E }, | |
{ "SystemPerformanceTraceInformation", 0x1F }, | |
{ "SystemObsolete0", 0x20 }, | |
{ "SystemExceptionInformation", 0x21 }, | |
{ "SystemCrashDumpStateInformation", 0x22 }, | |
{ "SystemKernelDebuggerInformation", 0x23 }, | |
{ "SystemContextSwitchInformation", 0x24 }, | |
{ "SystemRegistryQuotaInformation", 0x25 }, | |
{ "SystemExtendServiceTableInformation", 0x26 }, | |
{ "SystemPrioritySeperation", 0x27 }, | |
{ "SystemVerifierAddDriverInformation", 0x28 }, | |
{ "SystemVerifierRemoveDriverInformation", 0x29 }, | |
{ "SystemProcessorIdleInformation", 0x2A }, | |
{ "SystemLegacyDriverInformation", 0x2B }, | |
{ "SystemCurrentTimeZoneInformation", 0x2C }, | |
{ "SystemLookasideInformation", 0x2D }, | |
{ "SystemTimeSlipNotification", 0x2E }, | |
{ "SystemSessionCreate", 0x2F }, | |
{ "SystemSessionDetach", 0x30 }, | |
{ "SystemSessionInformation", 0x31 }, | |
{ "SystemRangeStartInformation", 0x32 }, | |
{ "SystemVerifierInformation", 0x33 }, | |
{ "SystemVerifierThunkExtend", 0x34 }, | |
{ "SystemSessionProcessInformation", 0x35 }, | |
{ "SystemLoadGdiDriverInSystemSpace", 0x36 }, | |
{ "SystemNumaProcessorMap", 0x37 }, | |
{ "SystemPrefetcherInformation", 0x38 }, | |
{ "SystemExtendedProcessInformation", 0x39 }, | |
{ "SystemRecommendedSharedDataAlignment", 0x3A }, | |
{ "SystemComPlusPackage", 0x3B }, | |
{ "SystemNumaAvailableMemory", 0x3C }, | |
{ "SystemProcessorPowerInformation", 0x3D }, | |
{ "SystemEmulationBasicInformation", 0x3E }, | |
{ "SystemEmulationProcessorInformation", 0x3F }, | |
{ "SystemExtendedHandleInformation", 0x40 }, | |
{ "SystemLostDelayedWriteInformation", 0x41 }, | |
{ "SystemBigPoolInformation", 0x42 }, | |
{ "SystemSessionPoolTagInformation", 0x43 }, | |
{ "SystemSessionMappedViewInformation", 0x44 }, | |
{ "SystemHotpatchInformation", 0x45 }, | |
{ "SystemObjectSecurityMode", 0x46 }, | |
{ "SystemWatchdogTimerHandler", 0x47 }, | |
{ "SystemWatchdogTimerInformation", 0x48 }, | |
{ "SystemLogicalProcessorInformation", 0x49 }, | |
{ "SystemWow64SharedInformationObsolete", 0x4A }, | |
{ "SystemRegisterFirmwareTableInformationHandler", 0x4B }, | |
{ "SystemFirmwareTableInformation", 0x4C }, | |
{ "SystemModuleInformationEx", 0x4D }, | |
{ "SystemVerifierTriageInformation", 0x4E }, | |
{ "SystemSuperfetchInformation", 0x4F }, | |
{ "SystemMemoryListInformation", 0x50 }, | |
{ "SystemFileCacheInformationEx", 0x51 }, | |
{ "SystemThreadPriorityClientIdInformation", 0x52 }, | |
{ "SystemProcessorIdleCycleTimeInformation", 0x53 }, | |
{ "SystemVerifierCancellationInformation", 0x54 }, | |
{ "SystemProcessorPowerInformationEx", 0x55 }, | |
{ "SystemRefTraceInformation", 0x56 }, | |
{ "SystemSpecialPoolInformation", 0x57 }, | |
{ "SystemProcessIdInformation", 0x58 }, | |
{ "SystemErrorPortInformation", 0x59 }, | |
{ "SystemBootEnvironmentInformation", 0x5A }, | |
{ "SystemHypervisorInformation", 0x5B }, | |
{ "SystemVerifierInformationEx", 0x5C }, | |
{ "SystemTimeZoneInformation", 0x5D }, | |
{ "SystemImageFileExecutionOptionsInformation", 0x5E }, | |
{ "SystemCoverageInformation", 0x5F }, | |
{ "SystemPrefetchPatchInformation", 0x60 }, | |
{ "SystemVerifierFaultsInformation", 0x61 }, | |
{ "SystemSystemPartitionInformation", 0x62 }, | |
{ "SystemSystemDiskInformation", 0x63 }, | |
{ "SystemProcessorPerformanceDistribution", 0x64 }, | |
{ "SystemNumaProximityNodeInformation", 0x65 }, | |
{ "SystemDynamicTimeZoneInformation", 0x66 }, | |
{ "SystemCodeIntegrityInformation", 0x67 }, | |
{ "SystemProcessorMicrocodeUpdateInformation", 0x68 }, | |
{ "SystemProcessorBrandString", 0x69 }, | |
{ "SystemVirtualAddressInformation", 0x6A }, | |
{ "SystemLogicalProcessorAndGroupInformation", 0x6B }, | |
{ "SystemProcessorCycleTimeInformation", 0x6C }, | |
{ "SystemStoreInformation", 0x6D }, | |
{ "SystemRegistryAppendString", 0x6E }, | |
{ "SystemAitSamplingValue", 0x6F }, | |
{ "SystemVhdBootInformation", 0x70 }, | |
{ "SystemCpuQuotaInformation", 0x71 }, | |
{ "SystemNativeBasicInformation", 0x72 }, | |
{ "SystemErrorPortTimeouts", 0x73 }, | |
{ "SystemLowPriorityIoInformation", 0x74 }, | |
{ "SystemBootEntropyInformation", 0x75 }, | |
{ "SystemVerifierCountersInformation", 0x76 }, | |
{ "SystemPagedPoolInformationEx", 0x77 }, | |
{ "SystemSystemPtesInformationEx", 0x78 }, | |
{ "SystemNodeDistanceInformation", 0x79 }, | |
{ "SystemAcpiAuditInformation", 0x7A }, | |
{ "SystemBasicPerformanceInformation", 0x7B }, | |
{ "SystemQueryPerformanceCounterInformation", 0x7C }, | |
{ "SystemSessionBigPoolInformation", 0x7D }, | |
{ "SystemBootGraphicsInformation", 0x7E }, | |
{ "SystemScrubPhysicalMemoryInformation", 0x7F }, | |
{ "SystemBadPageInformation", 0x80 }, | |
{ "SystemProcessorProfileControlArea", 0x81 }, | |
{ "SystemCombinePhysicalMemoryInformation", 0x82 }, | |
{ "SystemEntropyInterruptTimingInformation", 0x83 }, | |
{ "SystemConsoleInformation", 0x84 }, | |
{ "SystemPlatformBinaryInformation", 0x85 }, | |
{ "SystemPolicyInformation", 0x86 }, | |
{ "SystemHypervisorProcessorCountInformation", 0x87 }, | |
{ "SystemDeviceDataInformation", 0x88 }, | |
{ "SystemDeviceDataEnumerationInformation", 0x89 }, | |
{ "SystemMemoryTopologyInformation", 0x8A }, | |
{ "SystemMemoryChannelInformation", 0x8B }, | |
{ "SystemBootLogoInformation", 0x8C }, | |
{ "SystemProcessorPerformanceInformationEx", 0x8D }, | |
{ "SystemCriticalProcessErrorLogInformation", 0x8E }, | |
{ "SystemSecureBootPolicyInformation", 0x8F }, | |
{ "SystemPageFileInformationEx", 0x90 }, | |
{ "SystemSecureBootInformation", 0x91 }, | |
{ "SystemEntropyInterruptTimingRawInformation", 0x92 }, | |
{ "SystemPortableWorkspaceEfiLauncherInformation", 0x93 }, | |
{ "SystemFullProcessInformation", 0x94 }, | |
{ "SystemKernelDebuggerInformationEx", 0x95 }, | |
{ "SystemBootMetadataInformation", 0x96 }, | |
{ "SystemSoftRebootInformation", 0x97 }, | |
{ "SystemElamCertificateInformation", 0x98 }, | |
{ "SystemOfflineDumpConfigInformation", 0x99 }, | |
{ "SystemProcessorFeaturesInformation", 0x9A }, | |
{ "SystemRegistryReconciliationInformation", 0x9B }, | |
{ "SystemEdidInformation", 0x9C }, | |
{ "SystemManufacturingInformation", 0x9D }, | |
{ "SystemEnergyEstimationConfigInformation", 0x9E }, | |
{ "SystemHypervisorDetailInformation", 0x9F }, | |
{ "SystemProcessorCycleStatsInformation", 0xA0 }, | |
{ "SystemVmGenerationCountInformation", 0xA1 }, | |
{ "SystemTrustedPlatformModuleInformation", 0xA2 }, | |
{ "SystemKernelDebuggerFlags", 0xA3 }, | |
{ "SystemCodeIntegrityPolicyInformation", 0xA4 }, | |
{ "SystemIsolatedUserModeInformation", 0xA5 }, | |
{ "SystemHardwareSecurityTestInterfaceResultsInformation", 0xA6 }, | |
{ "SystemSingleModuleInformation", 0xA7 }, | |
{ "SystemAllowedCpuSetsInformation", 0xA8 }, | |
{ "SystemVsmProtectionInformation", 0xA9 }, | |
{ "SystemInterruptCpuSetsInformation", 0xAA }, | |
{ "SystemSecureBootPolicyFullInformation", 0xAB }, | |
{ "SystemCodeIntegrityPolicyFullInformation", 0xAC }, | |
{ "SystemAffinitizedInterruptProcessorInformation", 0xAD }, | |
{ "SystemRootSiloInformation", 0xAE }, | |
{ "SystemCpuSetInformation", 0xAF }, | |
{ "SystemCpuSetTagInformation", 0xB0 }, | |
{ "SystemWin32WerStartCallout", 0xB1 }, | |
{ "SystemSecureKernelProfileInformation", 0xB2 }, | |
{ "SystemCodeIntegrityPlatformManifestInformation", 0xB3 }, | |
{ "SystemInterruptSteeringInformation", 0xB4 }, | |
{ "SystemSupportedProcessorArchitectures", 0xB5 }, | |
{ "SystemMemoryUsageInformation", 0xB6 }, | |
{ "SystemCodeIntegrityCertificateInformation", 0xB7 }, | |
{ "SystemPhysicalMemoryInformation", 0xB8 }, | |
{ "SystemControlFlowTransition", 0xB9 }, | |
{ "SystemKernelDebuggingAllowed", 0xBA }, | |
{ "SystemActivityModerationExeState", 0xBB }, | |
{ "SystemActivityModerationUserSettings", 0xBC }, | |
{ "SystemCodeIntegrityPoliciesFullInformation", 0xBD }, | |
{ "SystemCodeIntegrityUnlockInformation", 0xBE }, | |
{ "SystemIntegrityQuotaInformation", 0xBF }, | |
{ "SystemFlushInformation", 0xC0 }, | |
{ "SystemProcessorIdleMaskInformation", 0xC1 }, | |
{ "SystemSecureDumpEncryptionInformation", 0xC2 }, | |
{ "SystemWriteConstraintInformation", 0xC3 }, | |
{ "SystemKernelVaShadowInformation", 0xC4 }, | |
{ "SystemHypervisorSharedPageInformation", 0xC5 }, | |
{ "SystemFirmwareBootPerformanceInformation", 0xC6 }, | |
{ "SystemCodeIntegrityVerificationInformation", 0xC7 }, | |
{ "SystemFirmwarePartitionInformation", 0xC8 }, | |
{ "SystemSpeculationControlInformation", 0xC9 }, | |
{ "SystemDmaGuardPolicyInformation", 0xCA }, | |
{ "SystemEnclaveLaunchControlInformation", 0xCB }, | |
{ "SystemWorkloadAllowedCpuSetsInformation", 0xCC }, | |
{ "SystemCodeIntegrityUnlockModeInformation", 0xCD }, | |
{ "SystemLeapSecondInformation", 0xCE }, | |
{ "SystemFlags2Information", 0xCF }, | |
{ "SystemSecurityModelInformation", 0xD0 }, | |
{ "SystemCodeIntegritySyntheticCacheInformation", 0xD1 }, | |
{ "SystemFeatureConfigurationInformation", 0xD2 }, | |
{ "SystemFeatureConfigurationSectionInformation", 0xD3 }, | |
{ "SystemFeatureUsageSubscriptionInformation", 0xD4 }, | |
{ "SystemSecureSpeculationControlInformation", 0xD5 }, | |
{ "SystemSpacesBootInformation", 0xD6 }, | |
{ "SystemFwRamdiskInformation", 0xD7 }, | |
{ "SystemWheaIpmiHardwareInformation", 0xD8 }, | |
{ "SystemDifSetRuleClassInformation", 0xD9 }, | |
{ "SystemDifClearRuleClassInformation", 0xDA }, | |
{ "SystemDifApplyPluginVerificationOnDriver", 0xDB }, | |
{ "SystemDifRemovePluginVerificationOnDriver", 0xDC }, | |
{ "SystemShadowStackInformation", 0xDD }, | |
{ "SystemBuildVersionInformation", 0xDE }, | |
{ "SystemPoolLimitInformation", 0xDF }, | |
{ "SystemCodeIntegrityAddDynamicStore", 0xE0 }, | |
{ "SystemCodeIntegrityClearDynamicStores", 0xE1 }, | |
{ "SystemDifPoolTrackingInformation", 0xE2 }, | |
{ "SystemPoolZeroingInformation", 0xE3 }, | |
{ "SystemDpcWatchdogInformation", 0xE4 }, | |
{ "MaxSystemInfoClass", 0xE5 }, | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment