Skip to content

Rock3tRaccoon/iProcDump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iProcDump

Simple Process Dumper. Allows for a more managable time searching for PIDS instead of doing

<ps aux | grep containers | awk '{FS = " ";}{pid = $2;cid = $7; path = substr($11, index($11, "/Applications"));}>

Usage

pd : Dumps Process Names and IDs

pd -i : Becomes Interactive and Updates PIDS (Beta Feature)

showcase showcase2

About

Nicely lists all of iOS processes, using KERN_PROC to dump the list.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors