raider
October 26th, 2002, 17:18
The program in question uses a dynamic VxD not only for accessing the hardware in ring 0, _but_ also as a protection scheme.
From what i've seen, when the user is not registered, the fields in the DeviceIoControl are invalid or some flag is passed.
Thus the VxD does nothing.
My question:
Is there any way i could intercept the data going to & coming from the VxD. How? Is there any tool for this?
I've read several essays on VxD, but none exploits this subject.
And tool VxDMonitor only gives me what i already know.
From what i've seen, when the user is not registered, the fields in the DeviceIoControl are invalid or some flag is passed.
Thus the VxD does nothing.
My question:
Is there any way i could intercept the data going to & coming from the VxD. How? Is there any tool for this?
I've read several essays on VxD, but none exploits this subject.
And tool VxDMonitor only gives me what i already know.