Skip to content

Commit eee5cf9

Browse files
committed
Fix missing protected process signers on Windows 10
1 parent 4897e08 commit eee5cf9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ProcessHacker/prpggen.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#include <settings.h>
3737

3838
static PWSTR ProtectedSignerStrings[] =
39-
{ L"", L" (Authenticode)", L" (CodeGen)", L" (Antimalware)", L" (Lsa)", L" (Windows)", L" (WinTcb)" };
39+
{ L"", L" (Authenticode)", L" (CodeGen)", L" (Antimalware)", L" (Lsa)", L" (Windows)", L" (WinTcb)", L" (WinSystem)" };
4040

4141
NTSTATUS PhpProcessGeneralOpenProcess(
4242
_Out_ PHANDLE Handle,

phnt/include/ntpsapi.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,7 @@ typedef enum _PS_PROTECTED_SIGNER
603603
PsProtectedSignerLsa,
604604
PsProtectedSignerWindows,
605605
PsProtectedSignerWinTcb,
606+
PsProtectedSignerWinSystem,
606607
PsProtectedSignerMax
607608
} PS_PROTECTED_SIGNER;
608609

0 commit comments

Comments
 (0)