|
-
Aug 13th, 2010, 12:57 AM
#1
Thread Starter
Hyperactive Member
TaskManager
Well im working on my new application who work like .. a firewall . Block/allow programs /websites etc . I'm almost done but there is a big failure in my application . It can be closed from Taskmanager , so i would know if it's possible to Hide it from taskmanager (of course ill Add a button to hide/show in taskmanager) . Or at least prevent endtask . Thanks for help ! ~Ben
-
Aug 13th, 2010, 01:58 AM
#2
Re: TaskManager
Every normal firewall works on the lowest possible level. It adds a device driver (sorry, C++ or asm only) to your network interface working in Ring0 and a windows service which interacts with the driver. This architecture, once installed, cannot be disabled from the Ring3.
Every user application can be terminated through the task manager window by OS design and you cannot do anything about it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|