Results 1 to 5 of 5
Hi friends,
I want (a C++ code) to hide a process in kernel 2.6, I don't want monitoring even in /proc.
please help me.
Regards,
Eilya...
- 08-26-2008 #1Just Joined!
- Join Date
- Aug 2008
- Posts
- 5
Kernel Scripting-Hide a process
Hi friends,
I want (a C++ code) to hide a process in kernel 2.6, I don't want monitoring even in /proc.
please help me.
Regards,
Eilya
- 08-26-2008 #2
If its in the kernel, you'll probably have to write it in C
- 08-26-2008 #3Just Joined!
- Join Date
- Aug 2008
- Posts
- 5
Thanks Gerard, I want more help which guides me to find a code.
Regards,
Eilya
- 08-26-2008 #4
You're not likely to "find" some code which does this any time soon.
And if you write such code, you will have to make it part of the kernel, as gerard4143 has pointed out. So of course it would only work on machines under your control.
Why would you want to hide the existence of a process from other processes, anyway?--
Bill
Old age and treachery will overcome youth and skill.
- 08-27-2008 #5Just Joined!
- Join Date
- Aug 2008
- Posts
- 5
TNX Vje, it is some how my university's project, and as I don't have enough knowledge for doing it, I decided to ask experts
please help me if you have any idea or knowledge in this field.
Regards,
Eilya


Reply With Quote