CodePlex Daily Summary for Tuesday, July 25, 2017
Popular Releases
- Python extension for WinDbg: PYKD 0.3.2.8: Supported Python VersionPython 2.7 x86/x64 Python 3.5 x86/x64 Python 3.6 x86/x64 Installation as a WinDBG extension with pykd bootstrapperIf you are going to run pykd in the windbg it is easiest way. Follow this link pykd bootstrapper 2.0 to install pykd bootstrapper and get started. Python 3.0 supportPykd bootstrapper 2.0 fully supports python 3.x. You can use 2.x and 3.x python both inside the same windbg session. You can install pykd from PyPi for python 3.5 and 3.6. For another 3.x p...
- XboxConsole: XboxConsole 2.1.70724.0: Fixed an issue in reboot on 1703 and later XDKs.
- PraiseSystem: Node XL File: Node XL File
- vbox_kd - automated launch WinDbg for VirtualBox machines: vbox_kd, changeset 45085: How to use:Unzip vbox_kd.zip to local directory Edit vbox_kd.ini if need (paths) Run vbox_kd_set_VM_connect_op
tions.cmd for target virtual machines. Examples: Machine "Windows 8.1 x64", network kernel debugging vbox_kd_set_VM_connect_op tions.cmd "Windows 8.1 x64" "net:port=50004,key=aaa.b bb.ccc.ddd" Machine "Windows 7", VirtualKD (http://virtualkd.sysprog s.org/) kernel debugging vbox_kd_set_VM_connect_op tions.cmd "Windows 7" "com:pipe,resets=0,reconn ect,port=$(pipename)" Run vbox_kd_m...