Page 1 of 1

MiniDumpFixer can't fix exe minidump file

Posted: Thu Aug 08, 2024 10:02 am
by xxyiyi
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

Re: MiniDumpFixer can't fix exe minidump file

Posted: Thu Aug 08, 2024 12:47 pm
by Admin
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).

Re: MiniDumpFixer can't fix exe minidump file

Posted: Fri Aug 09, 2024 6:13 am
by xxyiyi
Admin wrote: Thu Aug 08, 2024 12:47 pm 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).
"the information about a module" means what?