We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d42f8 commit 07ef7bbCopy full SHA for 07ef7bb
ProcessHacker/procprv.c
@@ -889,7 +889,7 @@ VOID PhpProcessQueryStage1(
889
890
// Debugged
891
if (
892
- processItem->QueryHandle &&
+ processHandleLimited &&
893
!processItem->IsSubsystemProcess &&
894
!Data->IsFilteredHandle && // Don't query the debug object if the handle was filtered (dmex)
895
processItem->ProcessId != SYSTEM_PROCESS_ID // Ignore the system process on 20H2 (dmex)
@@ -1300,8 +1300,8 @@ VOID PhpFillProcessItem(
1300
HANDLE tokenHandle;
1301
1302
if (NT_SUCCESS(PhOpenProcessToken(
1303
- ProcessItem->QueryHandle,
1304
- TOKEN_QUERY,
+ ProcessItem->QueryHandle,
+ TOKEN_QUERY,
1305
&tokenHandle
1306
)))
1307
{
0 commit comments