2021-01-31 20:53:42 -10:00
2018-07-19 10:20:11 +03:00
2018-07-19 10:20:11 +03:00
2017-08-07 13:55:01 -10:00
2017-08-07 14:00:43 -10:00
2021-01-31 20:53:42 -10:00
2017-08-07 14:12:29 -10:00

procInfoExample

A simple Xcode project that illustrates how to use the Proc Info library.

To use:
  1. Download
  2. Build in Xcode
  3. Run :)
Examples:
  • Retrieve information about process 1337
    $ ./procInfoExample 1337

  • Retrieve information all running processes
    $ ./procInfoExample -all

  • Monitor for process start/exit events
    $ sudo ./procInfoExample 1337

For more details, see the Proc Info library readme

S
Description
example project, utilizing Proc Info library
Readme 1,014 KiB
Languages
Objective-C 100%