Windows Dump File Format

浪尽此生 提交于 2021-01-29 03:51:09

问题


I've been working on creating better tooling to deal with dumps at my organization. With core dumps (linux) this is simple enough since they are ELF files with a known format.

However we have some Windows systems and the dumps produced by them do not seem to be ELF. I know there are windows tools so work with these files but I would like to expand our own to work with them.

Is the windows dump file format known? Or is it a MS secret?

Thanks!

来源:https://stackoverflow.com/questions/53101728/windows-dump-file-format

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!