gpt4 book ai didi

.net - WinDbg、SOS、如何将所有字符串转储到堆栈中

转载 作者:行者123 更新时间:2023-12-03 18:06:49 36 4
gpt4 key购买 nike

如何在当前线程的 clrstack 上打印所有 System.String 对象的字符串值?

我想做的伪代码:

foreach ($string in !dso -type System.String) !do $string

或者更好

foreach ($string in !dso -type System.String) !printstring $string

更好

foreach (distinct $string in !dso -type System.String) !printstring $string

谢谢!

最佳答案

最新的 SOSEX 扩展 (v4) 具有 !mdso 命令,该命令具有类型过滤选项 /t

SOSEX - Copyright 2007-2012 by Steve Johnson - http://www.stevestechspot.com/
To report bugs or offer feedback about SOSEX, please email sjjohnson@pobox.com

mdso
Usage: !sosex.mdso [Options]

Dumps object references on the stack and in CPU registers in the current context

Options:

/t:typeFilter - Limits the output to objects whose type name matches the filter expression specified by "typeFilter".
Cannot be combined with the /mt option.

所以 !mdso/t:System.String 命令应该可以工作。

关于.net - WinDbg、SOS、如何将所有字符串转储到堆栈中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11779714/

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