Hello again, we have given a project in System Programming course. It was expected you to alter the kernel code for process invisibility, when you ps
, process can not be seen in the output, if process invisibility flag is “1”.
The project was modifying the linux kernel for process invisibility
, writing a system call for setting the invisibility flag and writing a user-space program.
Project was developed at Xubuntu 9.10 guest on Windows 7 host. Eclipse (with CDT and Remote System Explorer plugins) was the development IDE. Putty SSH client was also used for executing commands and “command copy/paste” availability. VirtualBox was the virtual machine supervisor.
ATTENTION: This code is experimental. If you try, it will be your own responsibility.
Continue reading Linux Process Invisibility