Stub more syscalls

This commit is contained in:
momo5502
2025-11-20 18:43:20 +01:00
parent 2be5f73755
commit 8c75475f0d
3 changed files with 10 additions and 1 deletions

View File

@@ -366,4 +366,10 @@ namespace syscalls
// puts("NtQuerySecurityAttributesToken not supported");
return STATUS_NOT_SUPPORTED;
}
NTSTATUS handle_NtAdjustPrivilegesToken()
{
// puts("NtQuerySecurityAttributesToken not supported");
return STATUS_NOT_SUPPORTED;
}
}