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
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
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
Is there a way to get the module\'s name of a debug symbol obtained by using dbgHelp开发者_如何转开发 in C++/Windows?
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
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
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.
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
My application compiles with VC6 sp6, uses DBGHelp.lib to get stack information. The code is simmilar in debug and release compilations.
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