MiniDumpWriteDump (C#) produces zero length dump files for specific process
问题 Executing MiniDumpWriteDump within the specific process provides healthy dump file. Executing MiniDumpWriteDump from external process, where hProcess and processId point to the mentioned specific process, provides a zero length dump file Same as #2 just pointing to FireFox for example provides healthy dump file The specific process I am trying to dump is running with low privilege as far as I know, and my external process is being executed from Administrator CMD window. [DllImport("dbghelp