Small fixes

This commit is contained in:
momo5502
2025-12-22 07:42:34 +01:00
parent cfebd2f35f
commit 69ddd7a93b
2 changed files with 5 additions and 1 deletions

View File

@@ -82,7 +82,7 @@ namespace syscalls
return STATUS_SUCCESS;
}
if (key_information_class == KeyFullInformation)
if (key_information_class == KeyFullInformation || key_information_class == KeyCachedInformation)
{
return STATUS_NOT_SUPPORTED;
}