shayash22/pywindbg
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Introduction ============ Pywindbg is a Windbg extension that embeds a Python interpreter into the Windbg console for further uses. Currently does not interact with the debugging session. Requires dbgeng bindings available separately. Requirements ============ Visual Studio 2008 Microsoft Windows 8.1 SDK Python 2.7 x86 and x64 Microsoft Visual C++ 2008 Redistributable Package Usage ===== Build in Visual Studio. Tweak props files if necessary. From windbg - Adjust extpath - !pywindbg.help TODO * Handle include and library paths gracefully ** Windbg SDK ** Python