开发者

How to get the debuggee's command line in WinDbg?

开发者 https://www.devze.com 2023-03-09 23:47 出处:网络
Is there any extension command could to do so? I just want to the the开发者_开发知识库 whole command line including all parameters.Information like the command line args are stored in the PEB (Process

Is there any extension command could to do so? I just want to the the开发者_开发知识库 whole command line including all parameters.


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

You can find a list of common commands here.

!peb will display the PEB.


try vercommand it's a lot simpler than !peb this is a good place to get you started: http://windbg.info/doc/1-common-cmds.html#2_general_cmds

0

精彩评论

暂无评论...
验证码 换一张
取 消