dbgeng
dbgeng - load extension dlls in c++?
I have written one application in which I load one system wide crash dump using dbgeng.dll. I want to use some of the WinDbg commands like (!vad) - for that I need other dll\'s like exts.dll, ext.dll,[详细]
2023-03-05 14:54 分类:问答How do I extract a user stream from a WinDbg extension?
I have embedded a custom stream in a dump (i.e. passed the UserStreamParam argument to MiniDumpWriteDump function). Now, I\'m trying to extract the stream from a WinDbg extension. (Note that I have ve[详细]
2023-02-20 15:09 分类:问答How do I debug Illegal Instruction exception?
I\'m getting this exception when trying to use dbgeng from mdbglib: First-chance exception at 0x037ba4f4 (dbgeng.dll) in ASDumpAnalyzer.exe: 0xC000001D: Illegal Instruction.I\'m wondering how to go ab[详细]
2022-12-11 08:54 分类:问答