New
#1
How to view non-Windows .dmp files?
Tutorials on how to view dump files are usually about Windows .dmp files (like BSODs).
If an application crashes, it also happens that a .dmp file is created (named after the application).
Tools to view .dmp files are often (hardcoded) looking in the C:\Windows\MiniDump folder,
whereas crash dump files are stored in C:\Users\UserName\AppData\Local\CrashDumps.
Two questions:
1. are there any tools (preferably portable) that can open the .dmp files in the \CrashDumps folder?
2. do such .dmp files (crashdumps) contain personal data or file/folder name data?
If such dmp files are submitted for investigation, what personal- file or folder data am I submitting then?
Thanks.