Search found 1 match
- Mon Jan 13, 2020 3:30 am
- Forum: Technical questions
- Topic: How To Analyze Dll Crash Dump
- Replies: 1
- Views: 3353
How To Analyze Dll Crash Dump
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 ...