Re: Device driver Vs NT Service
- From: "shoeb" <shoeb.ali@xxxxxxxxxxxxxxx>
- Date: Thu, 1 Mar 2007 12:25:22 -0800
what if i implement the hooks in a kernel mode program and rest of the
functions in service. would it be fine? what i want is minimal or no device
driver coz i dont have the required resource. i need only a competitive
device-blocker not the one that is hardest to crack. i am planning to work
on crack-proofing in later releases
thanks
"Anton Bassov" <AntonBassov@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:F814D356-17A8-44B6-B647-17E31F8AF343@xxxxxxxxxxxxxxxx
andThe service will perform the following operations:
Disable/enable the devices depending upon the user
No problem here whatsoever....
ii) Implement hooks for preventing users from
enabling/disabling devices through device manager or through registry
isuninstalling service.
User-mode program X just cannot deny user-mode program Y access to the
registry or to some certain API, either by "supported" means or otherwise
-although it can try, these efforts still may be fruitless, because there
always a way to bypass your code. In order to be 100% sure, you need aprivileges
driver.
However, "good" drivers never block registry access, because the system
would not permit restricted accounts to either modify device access
permitions or uninstall services anyway, and the ones with admin
should be able to do whatever they want on the target machine. The onlytype
of "software" that stands in admin's way is generally known as MALWAREinstall
Anton Bassov
"shoeb" wrote:
I am developing a devicelock project and i want to do it without device
driver. I am planning to develop a NT service that the server will
andon the client machines . The service will make use of Setup APIs to
enable/disable the devices. The service will perform the following
operations:
i) Disable/enable the devices depending upon the user
ii) Implement hooks for preventing users from
enabling/disabling devices through device manager or through registry
projectuninstalling service.
could anybody please tell me what are the benefits of doing this
implement.using device drivers over the NT service that i am planning to
Client machines will be windows 2000 and above
thanks
.
- Prev by Date: Re: Direct Copying To Share Memory In NDIS ProtocolReceive
- Next by Date: Re: How to get the disk no. and partition no. inputting a drive letter
- Previous by thread: Re: Behaviour of USB Device in low powered state
- Next by thread: Re: How to get the disk no. and partition no. inputting a drive letter
- Index(es):
Relevant Pages
|