简体   繁体   中英

How to get the process name from a Windows dump file?

If I open a.dmp file with Visual Studio, I am presented with a summary about the dump:

在此处输入图像描述

Is there a way I can access the value for the "Process Name" field through the command line (ie a tool like windbg.exe , dumpbin.exe )?

Run !analyze -v , in the output, you can see process name listed- For example: PROCESS_NAME: RuntimeBroker.exe

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM