JayFoxRox / xbox-tools

A collection of tools related to original Xbox
62 stars 11 forks source link

python-scripts: KD backend #10

Open JayFoxRox opened 7 years ago

JayFoxRox commented 7 years ago

There should be a KD backend.

To my knowledge, there is no existing KD client lib for Python.

There is '/scripts/windpl/windpl.pl' in XQEMU. If a backend for KD is written, it should be seperated from this project (and offered as a Python module).

(There should still be a memory_kd.py but it should be minimal and use the then-existing Python KD interface)

JayFoxRox commented 7 years ago

Update: There is https://github.com/JayFoxRox/pykdclient now (and I've started a gdbserver-fork of it locally). It's very incomplete still, but it's promising.