About driver sys file with VMP

Issues related to VMProtect
Post Reply
dogesharp
Posts: 5
Joined: Thu Oct 20, 2022 3:28 pm

About driver sys file with VMP

Post by dogesharp »

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?
Admin
Site Admin
Posts: 2586
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: About driver sys file with VMP

Post by Admin »

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.
Post Reply