Prevent my application from End Process
-
I create a application for the track the browsing centers with their ip address. 1) First they install my application in their system then only they access the Internet. 2) Second they could not kill my process because if they kill my process i could not track them. 3) So how to prevent my application process from End Process in Task Manager and also hide my application process from the Task Manager and System Tray. They also Uninstall my application without my permission. How it is possible using C# code. plz help me with your useful ideas. Thanks, Vasanth.A
-
I create a application for the track the browsing centers with their ip address. 1) First they install my application in their system then only they access the Internet. 2) Second they could not kill my process because if they kill my process i could not track them. 3) So how to prevent my application process from End Process in Task Manager and also hide my application process from the Task Manager and System Tray. They also Uninstall my application without my permission. How it is possible using C# code. plz help me with your useful ideas. Thanks, Vasanth.A
-
I create a application for the track the browsing centers with their ip address. 1) First they install my application in their system then only they access the Internet. 2) Second they could not kill my process because if they kill my process i could not track them. 3) So how to prevent my application process from End Process in Task Manager and also hide my application process from the Task Manager and System Tray. They also Uninstall my application without my permission. How it is possible using C# code. plz help me with your useful ideas. Thanks, Vasanth.A
vasanth arivali wrote:
How it is possible using C# code. plz help me with your useful ideas.
There is absolutely no way this is possible. The only way to do it, is to set the machine your code is running on so that the login people use, does not have access to task manager, or add/remove programs. Otherwise, it's a fantasy. There are things you could try, but all, by definition, can be defeated.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
I create a application for the track the browsing centers with their ip address. 1) First they install my application in their system then only they access the Internet. 2) Second they could not kill my process because if they kill my process i could not track them. 3) So how to prevent my application process from End Process in Task Manager and also hide my application process from the Task Manager and System Tray. They also Uninstall my application without my permission. How it is possible using C# code. plz help me with your useful ideas. Thanks, Vasanth.A
-
His explanation is plausible, and it sounds like the sort of job that would be farmed off to the third world and end up in the lap of someone who didn't know enough to know that it's not possible. I mean, who else but a third world outsourcer would commit to writing this, THEN try to find out if it's possible or not ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
His explanation is plausible, and it sounds like the sort of job that would be farmed off to the third world and end up in the lap of someone who didn't know enough to know that it's not possible. I mean, who else but a third world outsourcer would commit to writing this, THEN try to find out if it's possible or not ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
That is a very very small minded opinion! Plenty of development shops in all countrys have a track record of commiting to things without knowing if they are feasible.
-
I create a application for the track the browsing centers with their ip address. 1) First they install my application in their system then only they access the Internet. 2) Second they could not kill my process because if they kill my process i could not track them. 3) So how to prevent my application process from End Process in Task Manager and also hide my application process from the Task Manager and System Tray. They also Uninstall my application without my permission. How it is possible using C# code. plz help me with your useful ideas. Thanks, Vasanth.A
Easy, in part... If you're a network admin writing something for a bunch of users on an Intranet, write it as a system service (Running as the System account), and don't give your users administrator rights. Then they won't be able to kill the process, or uninstall it... It will still show up in Task Manager, and there's nothing you can do about that. Other than that, you're pretty much out of luck. No one here is going to help you write malware, or anything that acts similarly.
Proud to have finally moved to the A-Ark. Which one are you in? Developer, Author (Guardians of Xen)
-
I create a application for the track the browsing centers with their ip address. 1) First they install my application in their system then only they access the Internet. 2) Second they could not kill my process because if they kill my process i could not track them. 3) So how to prevent my application process from End Process in Task Manager and also hide my application process from the Task Manager and System Tray. They also Uninstall my application without my permission. How it is possible using C# code. plz help me with your useful ideas. Thanks, Vasanth.A
Is that the sort of thing you want running on your system?