JayFoxRox / nv2a-re

A tool to assist in reverse engineering the NV2A
5 stars 1 forks source link

Integrate with NXDK-RDT #7

Open JayFoxRox opened 7 years ago

JayFoxRox commented 7 years ago

We should consider integrating features of this tool in:

https://github.com/mborgerson/nxdk-rdt

So far, my tool (nv2a-re) is just undocumented and poorly written mess for quick tests. NXDK-RDT seems to be going to be well-engineered (and overall mborgerson is a very good and capable developer, so I trust him with his decisions).

~~Really the only trouble I have with NXDK-RDT is the lack of scope: "debugging" should not be a feature; it should be part of an XBE-Loader project instead (which may or may not be NXDK-RDT based).~~ I think nxdk-rdt has a better scope now. And the stupid name ofcourse (I don't call my tools GCC-XQEMU) 😉

JayFoxRox commented 7 years ago

Update: I've now moved most of my tools to https://github.com/JayFoxRox/xbox-tools/tree/master/python-scripts

I think we should temporarily move the pbkit init code to nxdk-rdt and move the core logic into a seperate python script on the xbox-tools repo.