My MSVC application generates a crash dump file (.DMP) file when it crashes, so I can load and examine the crash dump file. When my application is protected the generated crash dump does not contain valid information

<< Click to Display Table of Contents >>

Navigation:  WinLicense > FAQ > Protection Options >

My MSVC application generates a crash dump file (.DMP) file when it crashes, so I can load and examine the crash dump file. When my application is protected the generated crash dump does not contain valid information

You have two options to match the debug information in the protected application.

 

The easiest solution (but not general for all applications) is to add the following line in the Advanced Options panel:

 

OPTION_ADVANCED_KEEP_DEBUG_INFO=YES

 

The second solution is to use our application minidump_patcher to patch the DMP file and match it for the protected application. Please, contact us for more information