dump-xbox-dvd
dump-xbox-dvd copied to clipboard
A tool to dump XGD for the original Xbox
On drives which support it, this tool should also dump the security sectors and also give the option for more accurate dumps overall. [lib]friidump should be submoduled probably?
When attempting to run cmake on MSYS2, I needed to run `cmake .. -G "MSYS Makefiles"` instead of `cmake ..` in order for zlib to be properly found. This may...
Is "Xbox 360 full challenge response functionality" but should be ~" Xbox full challenge response functionality""
If the drive fails, the sense error will be mostly ignored. A proper error report should be given.
The tool should also be released as a library so a GUI / scripts can be added more easily. Another solution would be a stable protocol / interface for the...
There should be an indicator how long the dump will still take
No proper error is thrown if the disk is full or the host runs out of memory. This should be fixed to avoid broken dumps and other serious issues. Other...
zlib is currently a `REQUIRED` dependency. It is still unclear if zlib will be used in the future and compression will probably be fully optional too.