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/...
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?
Thanks guys. I'll check it out.
Would it be possible to create a customized version of VeraCrypt that accomplish an encryption before the Windows OS Installation using the Windows PE present on MDT? (https://docs.microsoft.com/en-us/windows/deployment/deploy-windows-mdt/get-started-with-the-microsoft-deployment-toolkit). I have some thoughts on how to do this but would appreciate some help. Thoughts: 1 - Change the driver's behaviour to consider the disk as fully encrypted when the setup is made and only encrypt new files. Assuming...