anthrazius
April 2nd, 2012, 08:25
I want to analyse the code of a driver that gets 'called' within another program via Kernel32-DeviceIOControl function.
First I tried to trace the DeviceIOControl-function until it calls the driver routine, but apparently there is lots of Windows-code before the driver-code is actually called.
I have no idea about this driver stuff, but since Windows knows the address of the driver routine I was wondering if there is an easy way to obtain the address, maybe directly from the driver file?
Best regards
First I tried to trace the DeviceIOControl-function until it calls the driver routine, but apparently there is lots of Windows-code before the driver-code is actually called.
I have no idea about this driver stuff, but since Windows knows the address of the driver routine I was wondering if there is an easy way to obtain the address, maybe directly from the driver file?
Best regards