The MASM Forum

General => The Workshop => Topic started by: Vortex on March 25, 2018, 07:31:48 AM

Title: Determining the owner of a process
Post by: Vortex on March 25, 2018, 07:31:48 AM
Two small tools to get the owner of processes, GetProcessOwner and GetPID :

GetProcessOwner.exe wuauclt.exe
Administrator

GetProcessOwner.exe explorer.exe
Administrator

GetPID.exe cmd.exe
1364

GetProcessOwner.exe -pid 1364
Administrator

GetPID.exe svchost.exe
584
656
700
748
796
1012
1192
1404

GetProcessOwner.exe -pid 700
SYSTEM

Title: Re: Determining the owner of a process
Post by: Vortex on May 05, 2018, 06:36:28 PM
A small improvement. Process IDs are displayed with the associated owners.


GetProcessOwner.exe cmd.exe
Administrator       1136
Administrator       1748


New upload at the top.