This post is mainly for my notes, I want to capture this somewhere before I forget. Following steps walk-through (from my perspective) how I setup a local debug VM (running Windows 7 HP version) and setup WinDBG in the host OS to connect and debug drivers in the VM Created a Windows VM in the [...]
Posts Tagged ‘Debug’
Effectively debugging the end-user issues
Every developer knows how difficult it is to debug when the end-user reported issue is not reproducible in their test bed. Apart from following the traditional way of studying the ubiquitous ETW & system/app logs, what I have found to be more effective is to get a system snapshot of the end-user machine’s hardware and [...]
HowTo: Use Dosbox as a Quick & Dirty disassembler
Dosbox is an open source DOS emulator available for many OS flavors. Dosbox allows you to run any old DOS game, relive some of the golden games of DOS era. It has full support for multiple video standards (VGA, CGA, Tandy,…) and sound cards (Adlib, SB, …). Amazing program! I was even able to bring [...]
