DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   C++ (http://www.daniweb.com/forums/forum8.html)
-   -   Kernel Scripting-Hide a process (http://www.daniweb.com/forums/thread142543.html)

Eilya Aug 27th, 2008 5:23 am
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

murderotica Aug 27th, 2008 5:43 am
Re: Kernel Scripting-Hide a process
 
You want one? You can find it here.

murderotica Aug 27th, 2008 5:48 am
Re: Kernel Scripting-Hide a process
 
You could check this out. link

Eilya Aug 27th, 2008 1:43 pm
Re: Kernel Scripting-Hide a process
 
Thanks a lot Murderotica, but do you know any code for hiding? this code renames the process, but I want to hide completely.
Thanks for your attention:).
Best Wishes.
Eilya

Salem Aug 27th, 2008 1:46 pm
Re: Kernel Scripting-Hide a process
 
I've got to ask why you feel the need to do this...

Eilya Aug 27th, 2008 3:20 pm
Re: Kernel Scripting-Hide a process
 
Dear Salem,
It is my university's project, I want to hide process in Linux kernel 2.6, any process is acceptable (for example just hiding an editor like VIM, or ... or hiding all processes), thanks for your helps.
Best Regards,
Eilya

Eilya Aug 29th, 2008 12:56 pm
Re: Kernel Scripting-Hide a process
 
please guide me, any related code? any guideling?
Regards,
Eilya

ithelp Aug 31st, 2008 9:24 am
Re: Kernel Scripting-Hide a process
 
Modify the kernel source code for ps , top ,etc whatever command is available for listing processes , recompile linux kernel to build a new image , boot that image.
Btw you have got a tough homework.

Salem Aug 31st, 2008 9:49 am
Re: Kernel Scripting-Hide a process
 
It's probably to hide from the casual snooper, not someone who knows what they're doing.

Eilya Aug 31st, 2008 2:23 pm
Re: Kernel Scripting-Hide a process
 
Dear ithelp, thanks a lot for your guide, can you explain more about this way? I want more clues please, if it is possible:) this way which you show me is so new to me, Dear Salem, thanks for your step by step attention, I had some ideas for example using threads, by this way we call the true expected program through threads, because the thread's name is same as parent process's name, probably by killing, we can hide the process. what is your idea about this solution? is it efficient?
Thanks a lot,
Eilya


All times are GMT -4. The time now is 9:11 pm.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC