Releases: Deterous/XboxKit
v0.6
Extracts XISO, Video ISO, Filler data, XGD1 seed, XGD3 update file, and rebuild redump ISO using these options:
Usage: xboxkit.exe [options] <input.iso> [video.iso] [filler_data] [system_update_file]
Rebuild mode: Combine input files (no options)
Extract mode: Use options (other paths are used for custom output file names)
-a, --all Perform all operations (-rstuvwx) on the input ISO
-q, --quiet Don't print INFO messages to console
-r, --random Extracts random filler data to a separate file
-s, --seed Extracts RNG seed used for XGD1 filler
-t, --trim Trims end of XISO (game partition)
-u, --update Extracts update file from video ISO (XGD3 only)
-v, --video Extracts video ISO (video partition)
-w, --wipe Wipes filler data in XISO
-x, --xiso Extracts XISO (game partition)
A Windows (64bit) build is provided, the .NET source code can be compiled for other platforms.
xboxkit-net10.zip requires .NET 10 runtime installed. xboxkit.zip is self contained, does not require runtime installed.
v0.5
v0.4
v0.3
Converts between redump ISO and its component game partition (XISO), video partition (Video ISO) and system update (su20076000_00000000).
Usage: xboxkit.exe [-s] [-u] [-v] <input.iso> [video.iso] [system_update_file]
A Windows (64bit) build is provided, the .NET source code can be compiled for other platforms.
v0.2
Converts between redump ISO and its component game partition (XISO), video partition (Video ISO) and system update (su20076000_00000000).
Usage: xboxkit.exe [-s] [-u] <input.iso> [video.iso] [system_update_file]
A Windows (64bit) build is provided, the .NET source code can be compiled for other platforms.