Kernel Scripting-Hide a process

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Aug 2008
Posts: 9
Reputation: Eilya is an unknown quantity at this point 
Solved Threads: 0
Eilya Eilya is offline Offline
Newbie Poster

Kernel Scripting-Hide a process

 
0
  #1
Aug 27th, 2008
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
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 169
Reputation: murderotica is an unknown quantity at this point 
Solved Threads: 2
murderotica's Avatar
murderotica murderotica is offline Offline
Junior Poster

Re: Kernel Scripting-Hide a process

 
0
  #2
Aug 27th, 2008
You want one? You can find it here.
An Avalanche In D Minor
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 169
Reputation: murderotica is an unknown quantity at this point 
Solved Threads: 2
murderotica's Avatar
murderotica murderotica is offline Offline
Junior Poster

Re: Kernel Scripting-Hide a process

 
0
  #3
Aug 27th, 2008
You could check this out. link
An Avalanche In D Minor
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 9
Reputation: Eilya is an unknown quantity at this point 
Solved Threads: 0
Eilya Eilya is offline Offline
Newbie Poster

Re: Kernel Scripting-Hide a process

 
0
  #4
Aug 27th, 2008
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
Reply With Quote Quick reply to this message  
Join Date: Dec 2005
Posts: 5,850
Reputation: Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute 
Solved Threads: 749
Team Colleague
Salem's Avatar
Salem Salem is offline Offline
Void main'ers are DOOMed

Re: Kernel Scripting-Hide a process

 
0
  #5
Aug 27th, 2008
I've got to ask why you feel the need to do this...
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 9
Reputation: Eilya is an unknown quantity at this point 
Solved Threads: 0
Eilya Eilya is offline Offline
Newbie Poster

Re: Kernel Scripting-Hide a process

 
0
  #6
Aug 27th, 2008
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
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 9
Reputation: Eilya is an unknown quantity at this point 
Solved Threads: 0
Eilya Eilya is offline Offline
Newbie Poster

Re: Kernel Scripting-Hide a process

 
0
  #7
Aug 29th, 2008
please guide me, any related code? any guideling?
Regards,
Eilya
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 1,824
Reputation: ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all 
Solved Threads: 117
ithelp's Avatar
ithelp ithelp is offline Offline
Posting Virtuoso

Re: Kernel Scripting-Hide a process

 
0
  #8
Aug 31st, 2008
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.
Reply With Quote Quick reply to this message  
Join Date: Dec 2005
Posts: 5,850
Reputation: Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute 
Solved Threads: 749
Team Colleague
Salem's Avatar
Salem Salem is offline Offline
Void main'ers are DOOMed

Re: Kernel Scripting-Hide a process

 
0
  #9
Aug 31st, 2008
It's probably to hide from the casual snooper, not someone who knows what they're doing.
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 9
Reputation: Eilya is an unknown quantity at this point 
Solved Threads: 0
Eilya Eilya is offline Offline
Newbie Poster

Re: Kernel Scripting-Hide a process

 
0
  #10
Aug 31st, 2008
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
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the C++ Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC