This commit is contained in:
love-code-yeyixiao 2024-06-08 10:15:17 +08:00
parent 01eacac7b9
commit f29615d965
2 changed files with 4 additions and 5 deletions

View File

@ -3520,8 +3520,8 @@ ReparseLoop:
//Disabled it now to test.
if(SbieApi_QueryConfBool(NULL,L"CopyFileOnOpen",FALSE))
status = File_MigrateFile(
TruePath, CopyPath, IsWritePath, TRUE);*/
else
TruePath, CopyPath, IsWritePath, TRUE);
else*/
if (FileType & TYPE_REPARSE_POINT) {
status = File_MigrateJunction(

View File

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