开发者

writing a program for hiding processes from ps command result

开发者 https://www.devze.com 2023-02-06 12:38 出处:网络
I want to write a kernel module that can hide a process from user view by removing it from ps command resu开发者_如何学编程lt and able me to view hidden processes.

I want to write a kernel module that can hide a process from user view by removing it from ps command resu开发者_如何学编程lt and able me to view hidden processes.

Can anyone give me a walk-through for writing this program?


I believe most root-kits would include something like this, and that root-kits are the only reason I can think of for writing something like this.

If you see some other, more valid, use, please enlighten me. (Honey pots are not a good answer, since you're much better off running them in a virtual machine observed from the outside in the first place.)

0

精彩评论

暂无评论...
验证码 换一张
取 消