Find the answer to your Linux question:
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...
  1. #1
    Just Joined!
    Join Date
    Aug 2008
    Posts
    5

    Question 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

  2. #2
    Linux Enthusiast gerard4143's Avatar
    Join Date
    Dec 2007
    Location
    Canada, Prince Edward Island
    Posts
    714
    If its in the kernel, you'll probably have to write it in C

  3. #3
    Just Joined!
    Join Date
    Aug 2008
    Posts
    5
    Thanks Gerard, I want more help which guides me to find a code.
    Regards,
    Eilya

  4. #4
    Linux Engineer wje_lf's Avatar
    Join Date
    Sep 2007
    Location
    Mariposa
    Posts
    1,192
    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.

  5. #5
    Just 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...