Skip to content

C++ Script to list active processes with name, PID, Parent PID and User running it

Notifications You must be signed in to change notification settings

S12cybersecurity/ProcList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ProcList

C++ Script to list active processes with name, PID, Parent ID and User running it

Compile

image

Command:

x86_64-w64-mingw32-g++ -O2 ProcList.cpp -o procList.exe -I/usr/share/mingw-w64/include/ -s -ffunction-sections -fdata-sections -Wno-write-strings -fno-exceptions -fmerge-all-constants -static-libstdc++ -static-libgcc -fpermissive

Execution

You only need to run the .exe file and you list the active processes.

image

About

C++ Script to list active processes with name, PID, Parent PID and User running it

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages