How To Analyze Dll Crash Dump

Issues related to VMProtect
Post Reply
imagebreaker
Posts: 1
Joined: Mon Jan 13, 2020 3:15 am

How To Analyze Dll Crash Dump

Post by imagebreaker »

I am confused about how to find the original call stack or crash point in the mini dump of DLL/EXE which was protected by vmprotect. Usually the pdb file is useless after protection of PE file, I tried MiniDumpFixer, but it didn't seem to work for me. Could anyone help me to find a effective way to analyze the dump file? By the way, I have the pdb, map, and original dll file.
Admin
Site Admin
Posts: 2585
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: How To Analyze Dll Crash Dump

Post by Admin »

I tried MiniDumpFixer, but it didn't seem to work for me
Why do you think so?

P.S. Please notice that after MiniDumpFixer you have to load the original (unprotected) file for a fixed dump.
Post Reply