|
I need something similar.
as many of nowadays' computers are equipped with no LPT port but still a lot of (crap) devices using it, I need to realise a fully functional LPT port over USB. but since it is not (fully) accessed over windows API, I need to write a kernel driver.
this is alright.
the question is: how can I hook the base level handler for 0xC0000096 exception into my driver? before system could pass it to the program?
anyone knows the answer?
|