hi:
My company uses VmProtect 3.8.9 to protect our exe files
uses MiniDumpFixer fix minidump files
But it doesn't work
command line:MiniDumpFixer.exe minidump.dmp Unprotect.exe
it print:
MiniDump Fixer v 1.0 Copyright 2003-2015 VMProtect Software
DMP file sucessfully updated.
when i compare original and updated DMP files by contents
it just modify 3 byte content
when i use windbg load dump file,it can't show stack info
Whether the new version is supported VmProtect 3.8.9
or send me docs about MiniDumpFixer.exe
thanks a lot
email:859382722@qq.com
MiniDumpFixer can't fix exe minidump file
Re: MiniDumpFixer can't fix exe minidump file
Please notice that MiniDumpFixer doesn't change stack. It just changes the information about a module, so you will be able to analyze DMP file with the original (unprotected module).