Re: How to access I/O port directly in VC6.0?



If your users run with limited user privileges, and you put an appropriate
security descriptor on the driver, and a program that actually calls port
I/O driver is running as a service (only the GUI will run under the user and
communicate with the service), then a rogue user won't be able to damage
your stuff.

"Walter Eicher" <walter.eicher@xxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:2l85k392ckthv60d4scgtfho720c2ek1en@xxxxxxxxxx
Hi Alexander,

On Mon, 19 Nov 2007 19:11:58 -0800, "Alexander Grigoriev"
<alegr@xxxxxxxxxxxxx> wrote:

OK. A rogue application makes this call and owns your computer.

There is always a way to make bad things.

But they did a something to protect us from bad guys.

1. Kithara is a device driver protected with the customer number
2. The application has to open the driver with this customer number

So you have no chance to get access to this device driver without the
customer number. We are not really at a level of password security but
I think it's close enough.

Do you really think a self written device driver is more secure? I
would not hold my hands into the fire for my self written device
drivers ;-)

Best regards
Walter



.



Relevant Pages

  • Re: i386: pata_cs5520 does not work
    ... Device driver platform lacks bus and class support for being resumed. ... Device driver pci0000:00 lacks bus and class support for being resumed. ...
    (Linux-Kernel)
  • Re: 1394 Virtual Device Driver
    ... Try two machines connected via 1394, one with a virtual device ... > enumerates the bus successfully including the virtual device driver. ...
    (microsoft.public.development.device.drivers)
  • Re: Adding custom Hardware support for WinCE 6.0
    ... diagram implies that device driver must go through the kernel and OAL to get ... Imagine a scenario you want to add one more serial port in your hardware. ... You are lacking a lot of the basic understanding of the Windows CE ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Adding custom Hardware support for WinCE 6.0
    ... diagram implies that device driver must go through the kernel and OAL to get ... Device drivers are loaded by the operating system during boot by ...
    (microsoft.public.windowsce.platbuilder)
  • Re: The Kernal Is A Huge Security Whole In Windows
    ... The easiest way to exploit the security hole I am discussing is obviously ... driver writer is ridiculous, I'm sorry. ... responsible for making his device driver secure? ... > Performance Tab> View> Show Kernel Times. ...
    (microsoft.public.win2000.security)

Loading