如何在 WinDbg 中获取调试对象的命令行? [英] How to get the debuggee's command line in WinDbg?

查看:17
本文介绍了如何在 WinDbg 中获取调试对象的命令行?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有任何扩展命令可以这样做?我只想包含所有参数的整个命令行.

Is there any extension command could to do so? I just want to the the whole command line including all parameters.

推荐答案

命令行参数等信息存储在 PEB(进程环境块).

Information like the command line args are stored in the PEB (Process Environment Block).

您可以在此处找到常用命令列表.

!peb 将显示 PEB.

这篇关于如何在 WinDbg 中获取调试对象的命令行?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆