Utilize ImgBurn or Xbox Backup Creator to generate a 1:1 Redump-verified ISO. This serves as the control variable for all binary comparisons.
Redump Hash: 4054a0568d49fb1224078ed1d1d7cab59287a8d5
Redump Trimmed Hash: de4e9780e8b704763a9ee694c1e4652c6d19b654
Configure Repackinator to produce two distinct intermediate outputs to separate the scrubbing logic from the compression stage.
| Output Name | Settings Configuration | Analytical Objective |
|---|---|---|
| Image A (Scrubbed ISO) | Enable: Scrub | Disable: Compress |
Isolates the sector-zeroing algorithm. |
| Image B (Final CCI) | Enable: Scrub | Enable: Compress |
Final production format for testing. |
Decompress Image B (.cci) using a standard LZ4 command-line tool:
Validation: Perform a SHA-256 hash comparison between output_decompressed.iso and Image A. A match confirms CCI is an LZ4 stream of the scrubbed data.
The first 32 bytes (0x00 - 0x1F) of a .cci file contain the Repackinator header. Open Image B in HxD to verify these fields:
43 43 49 00 ("CCI\0").01 00 00 00 for current Repackinator builds.Baseline.iso and ImageA.iso in HxD.0x00 in Image A.