RE: [GD-Windows] Finding routine that's crashing
Brought to you by:
vexxed72
From: Brian H. <bri...@py...> - 2002-07-31 19:03:11
|
Woo-hoo! WinDBG! =) It feels like one step above the - prompt and debug.com So far I've got it to repro in WinDBG, but it's rather frustrating since apparently I'm in the middle of nowhere (my current address doesn't map to any loaded modules), but the disasm I'm looking at is very valid (typical stack frame munging, unmunging, some work in between, pop/ret at the end). Grrr, the docs and interface leave a bit to be desired. Thanks, I'll give this a go for a bit. Brian |