From 18a9944dc9aab70eb933a35c5a19a0a05c6ce381 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 4 Apr 2005 20:46:35 +0000 Subject: prochide LKM --- prochide/README | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 prochide/README (limited to 'prochide/README') diff --git a/prochide/README b/prochide/README new file mode 100644 index 0000000..3307daa --- /dev/null +++ b/prochide/README @@ -0,0 +1,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 +show a pid: ./ph -s -p +hide a uid: ./ph -h -u +show a uid: ./ph -s -u + +Thats it! + +-mike -- cgit v1.2.3