Skip to content

Cross-platform Python scripts to interface with the Microsoft Kernel Debugger

License

Notifications You must be signed in to change notification settings

abaire/pykdclient

 
 

Repository files navigation

pykdclient

Basic tool to print out XBOX (original) debug messages sent via the KD protocol.

Usage

  1. Start up windpl.py in server mode, listening on an arbitrary port: windpl.py --serve --port 9091
  2. Run xemu or xqemu with serial port enabled and pointing at the pykdclient. E.g., with the command-line args: -device lpc47m157 -serial tcp:127.0.0.1:9091

About

Cross-platform Python scripts to interface with the Microsoft Kernel Debugger

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%