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 fa2d51d commit fe201c3Copy full SHA for fe201c3
ProcessHacker/hidnproc.c
@@ -614,8 +614,8 @@ static PPH_PROCESS_ITEM PhpCreateProcessItemForHiddenProcess(
614
615
PhGetProcessSessionId(processHandle, &processItem->SessionId);
616
617
- PhPrintUInt32(processItem->ParentProcessIdString, HandleToUlong(processItem->ParentProcessId));
618
- PhPrintUInt32(processItem->SessionIdString, processItem->SessionId);
+ //PhPrintUInt32(processItem->ParentProcessIdString, HandleToUlong(processItem->ParentProcessId));
+ //PhPrintUInt32(processItem->SessionIdString, processItem->SessionId);
619
620
if (NT_SUCCESS(PhGetProcessTimes(processHandle, ×)))
621
{
0 commit comments