About driver sys file with VMP

I wrote a driver and use vmp to protect it(Mutation and Ultra in some functions).I also enabled Full Kernel Memory Dump in system settings.When a BSOD occured,there is minidump(~3GB size) created.How I load it with windbg with nonprotected sys’s symbol(PDB) to find the crash reason?

MiniDump Fixer can change the module information about protected file to the original one, so you will able to load the fixed DMP file to WinDBG for analyzing.