Conversation

๐Ÿ‘€ Before the 6.0.6 release during the testing stage I spotted a crash on Windows and decided to write a post explaining how I fixed it using only the cmd interface ๐Ÿ‘‰ https://trufae.github.io/aiblog/WinCdbNull-en.html

As a UNIX person I'm not comfortable on but i was happy to learn some commandline tools and shared some insights for in my writeup. Hope you enjoy the reading!

4
5
0

@pancake would be nice to have the TITLE tag actually contain the article title, like, for easier bookmarking ๐Ÿ˜‰

1
0
0

@mmu_man i can also rename all those .md files for that indeed. https://github.com/trufae/aiblog i never use bookmarks in the browser and i care about typing economy thats why i use short names and such, but yeah, ill take that into account. hopefully not breaking much seo... about the title.. well i need to rewrite the script that โ€œcompile" the posts. ill note that for my future self :D

1
1
0

@pancake "excrement command" was unexpected. I'll use that denomination from now ๐Ÿ˜‚

0
0
0

@pancake oh, you don't have a header block in the markdownโ€ฆ Things like Pandoc use that usually.

I suppose you could take the first # line as title.

1
0
0

@pancake I had a lot of fun writing a PowerShell module to expose the cdb engine into PowerShell itself so you could use the full features of the shell rather than be stuck in cdb's implementation of one: https://www.leeholmes.com/extracting-forensic-script-content-from-powershell-process-dumps/

Also, this other project hasn't seen a lot of love recently, but I love the idea: a shell that exposes cdb information as structured data, letting you CD into stack traces, etc.: https://github.com/microsoft/DbgShell

1
2
0
@pancake The comments about WinDbg are appropriate ๐Ÿ˜… I never tried this but you may be able to inject a gdb stub into your process with Frida so you can use gdb at least for live debugging?
0
0
0
@pancake @mmu_man My feature request would be RSS (or Atom) :)
0
0
1

@Lee_Holmes awesome! Seems like a lot of fun in there! Iโ€™ll bookmark that, definitively worth to try

0
1
0