Support file renaming and support relative path in NtQueryAttributesFile

This commit is contained in:
Igor Pissolati
2025-10-19 17:48:14 -03:00
parent 9453123db0
commit 887b02c240
6 changed files with 64 additions and 5 deletions

View File

@@ -295,4 +295,9 @@ namespace syscalls
{
return STATUS_NOT_SUPPORTED;
}
BOOL handle_NtLockVirtualMemory()
{
return TRUE;
}
}