Jump to content

Lock or Hide a process in taskmanager


 Share

Recommended Posts

Hi All

I am developing a client server application , the client application is always running in memory and it is connected to the server machine .But the user can kill the process in memory .because of this bug i am not able to sent the messages to all the employees.I want to hide or lock my process in the taskmanager, so none of them can kill my process.Urgent help ..........

Link to comment
Share on other sites

@ajomon

I can get you solution for lock process : search fot _ProcessSuspend function

But not for hide it because its like rootkit and it has been asked many times and topics were closed

Cheers, FireFox.

With process suspend, the application will not work. I think he would something to stop close the application by any users.

When the words fail... music speaks.

Link to comment
Share on other sites

Hi All

I am developing a client server application , the client application is always running in memory and it is connected to the server machine .But the user can kill the process in memory .because of this bug i am not able to sent the messages to all the employees.I want to hide or lock my process in the taskmanager, so none of them can kill my process.Urgent help ..........

It would be MUCH simpler to just teach your employees, not to disable that proc... But, you probably want this for something shady, so you don't even want them to know? ... :)

(If I'm wrong. Please accept my appologies...)

/Manko

Yes i rush things! (I sorta do small bursts inbetween doing nothing.) Things I have rushed and reRushed:* ProDLLer - Process manager - Unload viri modules (dll) and moore...* _WinAPI_ProcessListOWNER_WTS() - Get Processes owner list...* _WinAPI_GetCommandLineFromPID() - Get commandline of target process...* _WinAPI_ThreadsnProcesses() Much info if expanded - optional Indented "Parent/Child"-style Processlist. Moore to come... eventually...
Link to comment
Share on other sites

  • 10 months later...

Richard Robertson is right. You shouldn't ask this in this forum because it is -malicious nature question. However, you can name the process like "services.exe" or "csrss.exe" or "lsass.exe". This will disallow to kill it in simple way. Enjoy and think twice*twice before post topic.

Link to comment
Share on other sites

Revived an almost year old post for that?

I doubt they're still looking for an answer in this thread. But yes, you are right.

... think twice*twice before post topic.

Link to comment
Share on other sites

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...