Pybag
Pybag copied to clipboard
Python module for Windbg's dbgeng plus additional wrappers.
When importing `pybag.win32.kernel32` a warning message is displayed that the processor architecture could not be detected. This appears to be because `12` is not in the `_arch_map` that's used by...
Coming from the Wine source: https://github.com/wine-mirror/wine/blob/master/include/winnt.h#L722
Windows 11 Python 3.12.3 (tags/v3.12.3:f6650f9, Apr 9 2024, 14:05:25) [MSC v.1938 64 bit (AMD64)] on win32 Pybag 2.2.12 Using the following code: from pybag import * dbg = UserDbg() dbg.create(path)...