[NTOS:SE] Implement the NtImpersonateAnonymousToken system call

Implement SepImpersonateAnonymousToken private helpers, which is necessary for the complete implementation of NtImpersonateAnonymousToken function and thus finally we're able to impersonate the anonymous logon token.
This commit is contained in:
George Bișoc 2021-03-25 21:48:38 +01:00
parent 12c69e6d63
commit 44fb528fcc
No known key found for this signature in database
GPG key ID: 688C4FBE25D7DEF6
2 changed files with 168 additions and 6 deletions

View file

@ -239,7 +239,7 @@ NTSYSCALLAPI
NTSTATUS
NTAPI
NtImpersonateAnonymousToken(
_In_ HANDLE Thread
_In_ HANDLE ThreadHandle
);
__kernel_entry