Does Windbg has a inbuilt command or extension that creates a list of all strings; similar to Process Explorer? I tried different combinations of the search “s” with sa/su switches but can’t seem to list all strings within a minidump.
Thanks!
Does Windbg has a inbuilt command or extension that creates a list of all strings; similar to Process Explorer? I tried different combinations of the search “s” with sa/su switches but can’t seem to list all strings within a minidump.
Thanks!
Sorry, should have actually read the post. If you want all strings in the dump file, just run strings.exe on it outside of WinDbg:
http://technet.microsoft.com/en-us/sysinternals/bb897439.aspx
-scott
OSR