gpt4 book ai didi

windbg - 创建子进程并启用 .childdbg 1 时自动继续

转载 作者:行者123 更新时间:2023-12-04 23:30:43 27 4
gpt4 key购买 nike

我正在使用 Windbg 的启动脚本,并且想要调试子进程 (.childdbg 1)。但是,一旦启用它,我发现创建子进程时windbg 会自动中断。我不确定为什么会发生这种情况,但这是我正在使用的脚本:

sxe -c ".echo ********** CLR 1st Chance Exception **********;!pe -nested;.echo ----------- CLRStack ----------;!clrstack;g" clr
sxe -c ".echo Child Process Created;g" cpr
sxe -c ".echo Child Process Exited;g" epr
.load psscor2.dll
.childdbg 1

我通过以下命令调用它:
windbg.exe -Q -c "$<c:\path\startup.ini" Foo.exe

最后,这是windbg中的输出:
(1d14.191c): Break instruction exception - code 80000003 (first chance)
eax=00000000 ebx=00000000 ecx=0022f86c edx=778670b4 esi=fffffffe edi=00000000
eip=778c04f6 esp=0022f888 ebp=0022f8b4 iopl=0 nv up ei pl zr na pe nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00000246
ntdll!LdrpDoDebuggerBreak+0x2c:
778c04f6 cc int 3

最佳答案

使用 sxi ibp忽略初始断点事件
您可能还想忽略进程退出 sxi epr

关于windbg - 创建子进程并启用 .childdbg 1 时自动继续,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5340336/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com