Hello,
I'd like to have a Python script that uses pykd, but outside of Windbg (in my case, i want to automate a dump analysis and be able to debug the script with Visual Studio Python Tools).
However, it loads dbghelp and dbgeng from the windows system32 directory and not from my WinDbg installation.
Is there a way to load the same DLLs as if the script were running in WinDbg in order to get the same functionnalities (WinDbg extensions loaded, same engine, ...) ?
I'd like to have a Python script that uses pykd, but outside of Windbg (in my case, i want to automate a dump analysis and be able to debug the script with Visual Studio Python Tools).
However, it loads dbghelp and dbgeng from the windows system32 directory and not from my WinDbg installation.
Is there a way to load the same DLLs as if the script were running in WinDbg in order to get the same functionnalities (WinDbg extensions loaded, same engine, ...) ?