Is there any extension command could to do so? I just want to the the whole command line including all parameters.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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.
回答2:
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