dbghelp
Problems with opening a process with DEBUG flags
I\'m trying to open a process with my debugger using CreateProcess with the DEBUG_PROCESS and DEBUG_ONLY_THIS_PROCESS flags and the the process is opened, but then when I try to call SymInitialize wit[详细]
2023-04-11 05:09 分类:问答I am looking for a C++ library which processes debug symbols out of a .PDB document
Creating a module that will decode structures defined in a PDB document; can anyone provide me wi开发者_如何学Goth a module that would extract the required debugging symbols from the PDB document? Tha[详细]
2023-03-24 15:42 分类:问答How to extract stack traces from minidumps?
I\'ve got a whole bunch of minidumps which were recorded during the runtime of an application through MiniDumpWriteDump. The minidumps were created on a machine with a different OS version than my dev[详细]
2023-03-18 03:44 分类:问答Getting debug symbol's module name
Is there a way to get the module\'s name of a debug symbol obtained by using dbgHelp开发者_如何转开发 in C++/Windows?[详细]
2023-02-25 07:33 分类:问答How do you use SymLoadModuleEx to load a PDB file?
I\'m trying to call SymLoadModuleEx to load the symbols from a PDB file and then use SymFromAddr to look up symbols from that PDB.However, I can\'t figure out what to pass for the parameters BaseOfDll[详细]
2023-02-08 12:00 分类:问答How to programatically read native DLL imports in C#?
How can I programatically analyze a native DLL to read its imports? [EDIT: my开发者_如何学编程 original question looked like the following, along with a huge chunk of defective code.Please see answ[详细]
2023-02-02 03:08 分类:问答Listing the exported functions of a DLL
I\'m looking for a w开发者_如何学运维ay (in C++/Windows) to list the exported functions of a DLL (and maybe even methods which are not exported) using dbgHelp.[详细]
2023-01-28 03:06 分类:问答dbgHelp new version
I want to upgrade my DbgHelp version from 5.1 to 6.11 (i heard that 5.1 is kind of buggy) so I downlo开发者_如何学Pythonaded \"Debugging tools for windows\" because that\'s where the dbgHelp is suppo[详细]
2023-01-27 15:00 分类:问答DBGHelp.dll causes load of msvcrt.dll in debug version
My application compiles with VC6 sp6, uses DBGHelp.lib to get stack information. The code is simmilar in debug and release compilations.[详细]
2023-01-21 23:05 分类:问答Do Pdb files contains public function's arguments name?
I need to look up function argument names of public methods. Types are easily available from PDB symbols and DIA symbols, but is there any w开发者_JS百科ay out by which we can trace and pull out funct[详细]
2023-01-09 02:43 分类:问答