What Is This?
This is an ever growing collection of resources that I found to be useful while researching and learning about WinDbg. I have created this blog post as a place to keep track of resources.
Workspace Settings
YouTube Videos
WinDbg Basics for Malware Analysis
VIDEO
Part 01: THE Debugger
VIDEO
Part 02: Different Modes Of Operations of Windbg
VIDEO
Part 03: Introduction To debug Symbols
VIDEO
Part 04: Troubleshooting Symbols mismatch
VIDEO
Part 05: Introduction to debugger Commands
VIDEO
Part 06: Kernel Debugging With VmPlayer
VIDEO
Part 07: Physical Machine Kernel Debugging With Network Cable
VIDEO
Part 08: Commands k for callstack or stackback trace
VIDEO
Part 09: Commands r for register d for dump memory
VIDEO
Part 10: Commands dv and .frame
VIDEO
Part 11: Command dt - dump type
VIDEO
Part 12: Command e - edit memory
VIDEO
Part 13: Unassemble code
VIDEO
Part 14: Command s or search memory
VIDEO
Part 15: Command bp for giving breakpoints
VIDEO
Part 16: Command bm for break point
VIDEO
Part 17: Command bu or breakpoint unresolved
VIDEO
Part 18: Command ba or break on access
VIDEO
Part 19: Conditional breakpoints
VIDEO
VIDEO
Part 21: Exceptions And Events
VIDEO
Part 22: Miscellaneous Commands
VIDEO
Part 23: Time travellers tracing ( IDNA )
VIDEO