Hi, I am trying to debug the driver but had no success yet, I know the possibility of using the "dump" thing but don't know how to setup.
I already checked this topic https://sourceforge.net/p/veracrypt/discussion/general/thread/c2aba6ee/ and the suggested links but with no success.
Do you guys have any suggestions?
I was able to get dump messages through this software: https://docs.microsoft.com/en-us/sysinternals/downloads/debugview. Note that you have to compile the driver with the Debug configuration or somehow define the DEBUG flag.
But messages when the driver is initializing I couldn't retrieve because the software isn't running at that moment.
To this you'll need to setup a virtual machine to use WinDbg to connect as described here: https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/attaching-to-a-virtual-machine--kernel-mode-
Log in to post a comment.
Hi, I am trying to debug the driver but had no success yet, I know the possibility of using the "dump" thing but don't know how to setup.
I already checked this topic https://sourceforge.net/p/veracrypt/discussion/general/thread/c2aba6ee/ and the suggested links but with no success.
Do you guys have any suggestions?
I was able to get dump messages through this software: https://docs.microsoft.com/en-us/sysinternals/downloads/debugview. Note that you have to compile the driver with the Debug configuration or somehow define the DEBUG flag.
But messages when the driver is initializing I couldn't retrieve because the software isn't running at that moment.
To this you'll need to setup a virtual machine to use WinDbg to connect as described here:
https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/attaching-to-a-virtual-machine--kernel-mode-