Skip to content

XbRecUnpack v2.3456a

Compare
Choose a tag to compare
@emoose emoose released this 01 Feb 10:26
· 7 commits to master since this release

XbRecUnpack targeted for .NET 4.7.2. (with DLLs now merged into EXE)

v2 adds support for extracting from recovery ISOs, ZIPs, remote recovery EXEs, and SDK installer EXEs.

Usage:
  XbRecUnpack.exe [-L/-R] <path-to-recctrl.bin> [output-folder]
  XbRecUnpack.exe [-L/-R] <path-to-SDK/remote-recovery.exe> [output-folder]
  XbRecUnpack.exe [-L/-R] <path-to-recovery.iso> [output-folder]
  XbRecUnpack.exe [-L/-R] <path-to-recovery.zip> [output-folder]
Will try extracting all files to the given output folder
If output folder isn't specified, will extract to "<input-file-path>_ext"
-L will only list entries inside input file without extracting them
-R will print info about any extracted X360 xboxrom images
  (if -R isn't used, will print a summary instead)

Either use it from command-line as the above says, or drag and drop one of the following into the XbRecUnpack.exe file:

  • recovery ISO
  • ZIP file containing a recovery ISO
  • recctrl.bin extracted from recovery ISO
  • remote recovery EXE (XDKRecoveryXXXX / XDKRecoveryXenonXXXX)
  • an SDK installer EXE (XDKSetupXXXX / XDKSetupXenonXXXX)