nxdk-rdt icon indicating copy to clipboard operation
nxdk-rdt copied to clipboard

Remote Dev Tool is a tool to remote control an Xbox using memory access and RPC

Results 9 nxdk-rdt issues
Sort by recently updated
recently updated
newest added

I can not get `dbg.py` to work in python2 - works fine in python3 though. System: Debian testing Python2 --version: Python 2.7.15 Python3 --version: Python 3.6.6 Output with modified dbg.py...

Users do not know what environment to use to install this, how to install protobuf or other dependencies (such as nxdk, which has to be in a specific path).

`get_transfer_buffer` was added during review of #17 to avoid leaking memory. However, this design is quite poor: - The buffer is never `free`'d and only grows. This means memory is...

*This is more of an issue with nxdk itself, however, nxdk-rdt is directly affected by it.* Currently, the network settings are hardcoded in net.c For me, this meant that whenever...

Just came across this. Tbh don't know much about it except it allows reads w/o deserialization. Recording here for later research. https://github.com/google/flatbuffers

We currently throw it all at `netconn_write` which is not able to handle much at a time. We should ideally chunk it out. We also don't check the return value...

This should be moved to NXDK sources and actually assert.

Rather than exposing malloc directly, we should probably expose all kernel functions via network. We could then also allocate pages in specific ranges, permissions etc. (which is necessary for the...

Just by looking at the code, this looks pretty bad. `dbgd_reboot` should just set a flag and the mainloop should then reboot after nicely shutting down.