
windbgtips
114 posts

windbgtips
@windbgtips
A collection of some tips & tricks for the world's best debugger
Know a cool trick ? Send me a DM ! Katılım Kasım 2018
1 Takip Edilen4.4K Takipçiler
Sabitlenmiş Tweet

#ProTip Some handy #Github repo for a better #WinDbg experience:
- github.com/microsoft/WinD…
- github.com/TimMisiak/WinD… by @timmisiak
- github.com/yardenshafir/W… by @yarden_shafir
- github.com/0vercl0k/windb… by @0vercl0k
- github.com/hugsy/windbg_j… by @_hugsy_
Got more? Add here 👇
English
windbgtips retweetledi
windbgtips retweetledi

@jvert @markrussinovich Well... It's not quite KD, but WinDbg has supported debugging the Linux kernel via an EXDI connection for some time. Easiest setup is to enable the gdbserver on QEMU and use EXDI in WinDbg selecting "Linux" as the OS. I've source level stepped the Linux kernel doing that...

English
windbgtips retweetledi

It's been a minute since we have released a new version of TTD! New version is now available (1.11.410) which fixes module selective recording, enables large queries via .Calls() and fixes some emulator bugs reported by our customers. aka.ms/ttd
English
windbgtips retweetledi
windbgtips retweetledi
windbgtips retweetledi
windbgtips retweetledi
windbgtips retweetledi
windbgtips retweetledi

I'm starting a series of WinDbg tutorial videos starting with the absolute basics. The first two videos cover how to install WinDbg and how to start a debugging session.
augmend.com/replay/886e1f2…
augmend.com/replay/8e1ecc0…
English
windbgtips retweetledi

Here is a small WinDbg extension written in Rust 🦀 I am hoping it can serve as a template for people to get started 💪
github.com/0vercl0k/snaps…
GIF
English
windbgtips retweetledi
windbgtips retweetledi

Thanks to @_hugsy_'s contributions, the kdmp-parser library is now available on PyPI and also supports the new kernel dump types (8, 9, 10) that appeared in WinDbg around ~2022 😱
Go check it out: github.com/0vercl0k/kdmp-… / pypi.org/project/kdmp-p… 🔥
GIF
English
windbgtips retweetledi
windbgtips retweetledi

📢 @_hugsy_ added Python (>=3.8) bindings to udmp-parser (github.com/0vercl0k/udmp-…) and we think they are ready for testing!
Go try them out 🔥
pypi.org/project/udmp-p…
GIF
English

This is insanely cool: TTD + Binja ! Once again, an amazing piece of work by the team of @vector35
Vector 35@vector35
For those on the latest dev builds (>= 4337), make sure to check out the new TTD (Time Travel Debugging) support included in the built-in debugger! github.com/Vector35/debug…
English








