Results 1 to 2 of 2

Thread: TaskManager

  1. #1

    Thread Starter
    Hyperactive Member ibennz's Avatar
    Join Date
    Aug 2010
    Posts
    282

    Exclamation 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

  2. #2
    PowerPoster cicatrix's Avatar
    Join Date
    Dec 2009
    Location
    Moscow, Russia
    Posts
    3,654

    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
  •  



Click Here to Expand Forum to Full Width