Stub SystemFirmwareTableInformation in NtQuerySystemInformation

This commit is contained in:
Igor Pissolati
2025-04-23 18:24:12 -03:00
parent 7fef4ebc24
commit 3b918f2d5c

View File

@@ -105,6 +105,7 @@ namespace syscalls
case SystemFeatureConfigurationInformation:
case SystemSupportedProcessorArchitectures2:
case SystemFeatureConfigurationSectionInformation:
case SystemFirmwareTableInformation:
return STATUS_NOT_SUPPORTED;
case SystemControlFlowTransition: