summaryrefslogtreecommitdiff
path: root/prochide/README
blob: 3307daa8d34d1fb459e98703ea8fdc1191867e59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
prochide obsd LKM 
---------------------

1. build
2. cli usage
3. command

build
---------------------
1. tar zxf prochide-v0.X.tar.gz
2. make
3. make load (requires root privs)
4. ./ph

ph cli usage
--------------------
The prochide command line client allows for 
hiding of individual pids or a single uid.

note: hiding user will still see hidden pids;
other users will not.

commands
--------------------
hide a pid: ./ph -h -p <pid>
show a pid: ./ph -s -p <pid>
hide a uid: ./ph -h -u <uid>
show a uid: ./ph -s -u <uid>

Thats it!

-mike <mike@gravitino.net>