This commit is contained in:
爱编程的叶一笑 2024-06-07 20:22:26 +08:00 committed by GitHub
parent 5e05521662
commit 01eacac7b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -206,7 +206,10 @@ _FX NTSTATUS SysInfo_NtQuerySystemInformation(
SysInfo_DiscardProcesses(Buffer);
}
if (NT_SUCCESS(status) && (SystemInformationClass == SystemFirmwareTableInformation) && SbieApi_QueryConfBool(NULL, L"HideFirmwareInfo", FALSE)) {
/*
//Disabled it now
if (NT_SUCCESS(status) && (SystemInformationClass == SystemFirmwareTableInformation) && SbieApi_QueryConfBool(NULL, L"HideFirmwareInfo", FALSE)) {
HKEY hKey=NULL;
PVOID lpData=NULL;
DWORD dwLen = 0;
@ -237,7 +240,7 @@ _FX NTSTATUS SysInfo_NtQuerySystemInformation(
*ReturnLength = dwLen;
}
}
*/
return status;
}