extract-xiso
extract-xiso copied to clipboard
Xbox ISO Creation/Extraction utility. Imported from SourceForge.
Seeing as PR #47 was merged, It seems appropriate to list this as a feature of Extract-XISO now.
As explained in https://github.com/XboxDev/extract-xiso/issues/32#issuecomment-545213567, we might want to provide an option for skipping sectors / bytes. This would lead to support for redump images. Generally, I'm not sure if this...
Might/Could/Should fix the "64 bit build breaks images" issue.
Fixes warnings about casts; this has come up in #22, but was then removed again **I did not test this and do not plan to fix it if it's broken....
**This is discussion. Not a plan.** With all those PRs pouring in (which remove legacy features or bad code), I'm wondering if it's such a good idea to even maintain...
With some games there are invalid entries even in the redump ISO. When I use xbox backup creator to get the main partition of the PAL game Burnout for example...
Using writes to successively allocate files thrashes disks in a lot of situations. This is due to filesystem meta being updated each time a write is issued, incurring extra seeks....
There's some Xbox 360 functionality. We have to decide wether we want to keep these parts: - The XGD3 support: might be useful for the Burger King games? - The...
There's very few cases where 2x or 4x spaces are used for indentation, when almost the entire file uses tabs. It should be made consistent. (Personal preference: 2x spaces /...
Based off a good catch from @mborgerson here: https://github.com/XboxDev/extract-xiso/issues/20#discussion_r250793780 The version command of extract-xiso (`-v`) is out of date as it is just hard-coded into the source. Ideally this should...