Open EthanZBY opened 4 years ago
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.
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.