681
reputation
97 views

Registered User

name
member for 1 year
seen 12 hours ago
website
location
age
Dec
5
accepted In windbg, How to set breakpoint on all functions in kernel32.dll ?
Dec
4
answered In windbg, How to set breakpoint on all functions in kernel32.dll ?
Nov
17
answered WinDbg .for loop
Nov
13
accepted QtScript — script-side callback through C++-side implementation
Nov
11
answered QtScript — script-side callback through C++-side implementation
Nov
5
comment How can I extract DLL file from memory dump?
I guess that's due to discrepancies in alignment - pe32 files take more space in memory than on disk due to larger memory alignment requirements. You need to properly rebuild the executable after it is dumped to meet these rules. Besides, the debug section is not dumped (as it is not mapped, i guess). Import tables also need reconstruction.
Oct
30
answered c++ Debugging Exception c0000139
Oct
29
answered How can I extract DLL file from memory dump?
Oct
27
answered Windbg command to get all gdi handle count from a crash dump
Oct
1
awarded  Yearling
Sep
2
comment windbg setting conditional breakpoint
just make debugger halt at its initial breakpoint (do not use -g command line option) and set module break condition like shown above, substituting user32 with a dll name of your choice or do not specify any names to make it break on load of every module (courtesy of debugger.chm).
Sep
2
answered windbg setting conditional breakpoint
Jul
31
answered WinDbg not showing useful information
Jul
27
answered How to detect when an exception is in flight?