-
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
-
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.