DriverMon icon indicating copy to clipboard operation
DriverMon copied to clipboard

DriverLog, driver added but no further output.

Open EthanZBY opened this issue 4 years ago • 0 comments

Figure out from DriverMon debugging: "string driverName = driver.Directory + "\" + driver.Name;"

The syntax to call DriverLog should be: DriverLog.exe \driver\KObjExp

Output from Terminal: Successfully added driver \driver\KObjExp

Then SysExp.exe was started and expected to see some result like in DriverMon, but actually not any output.

::WaitForSingleObject(hEvent, INFINITE); It seems that waiting here but there is no event generated.

EthanZBY avatar Oct 20 '20 08:10 EthanZBY