• Stars
    star
    582
  • Rank 76,760 (Top 2 %)
  • Language
    C
  • License
    Other
  • Created about 9 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Xbox ISO Creation/Extraction utility. Imported from SourceForge.

extract-xiso

Master Build Status

A command line utility created by in to allow the creation, modification, and extraction of XISOs. Currently being maintained and modernized by the XboxDev organization.

Notice: 64-bit builds can work but have been known to create faulty images. Until this is fixed, use 32b builds.

Features

  • Create XISOs from a directory.

  • Extract XISO content to a directory.

  • Multi-Platform and Open-Source.

Usage

The extract-xiso utility can run in multiple modes: create, list, rewrite, and extract.

Create -c

Create an XISO from a directiory.

# Create halo-2.iso in the current directory containing the files within ./halo-2.iso
./extract-xiso -c ./halo-2

# Create halo-ce.iso in the /home/me/games directory containing files in the ./halo-ce directory
./extract-xiso -c ./halo-ce /home/me/games/halo-ce.iso

List -l

List the file contents within an XISO file.

# Get file contents of a XISO
./extract-xiso -l ./halo-ce.iso

# List file contents of multiple XISOs
./extract-xiso -l ./halo-2.iso ./halo-ce.iso

Rewrite -r

Rewrites filesystem structure of an XISO.

# Rewrites XISO
./extract-xiso -r ./halo-ce.iso
# Can be batched
./extract-xiso -r ./halo-ce.iso ./halo-2.iso

Extract -x

Extract XISO contents to a directory.

# Default mode when no arguments given, extracts to ./halo-ce/
./extract-xiso ./halo-ce.iso

# Can be given a target directory
./extract-xiso ./halo-2.iso -d /home/games/halo-2/

Options

extract-xiso has a few optional arguments that can be provided in different modes:

-d <directory>      In extract mode, expand xiso in <directory>.
                    In rewrite mode, rewrite xiso in <directory>.
-D                  In rewrite mode, delete old xiso after processing.
-h                  Print this help text and exit.
-m                  In create or rewrite mode, disable automatic .xbe
                      media enable patching (not recommended).
-q                  Run quiet (suppress all non-error output).
-Q                  Run silent (suppress all output).
-s                  Skip $SystemUpdate folder.
-v                  Print version information and exit.

Building

Requirements

  • cmake
  • make
  • gcc

Windows / macOS / Linux

After requirements are installed with your distribution's package manager (or homebrew for macOS), open terminal and change directory to the project root. Then run the following build commands:

# Clone Repo
git clone https://github.com/XboxDev/extract-xiso.git

# cd into directory
cd extract-xiso

# Create working directory
mkdir build
cd build

# Build project
cmake ..
make

The compiled binary should now be in the extract-xiso/build directory as extract-xiso.

More Repositories

1

endgame-exploit

A modern dashboard exploit for the original Microsoft Xbox.
Python
446
star
2

nxdk

The cross-platform, open-source SDK to develop for original Xbox: *new* xdk
C
379
star
3

XboxDev

Information about XboxDev and issue tracker for the entire XboxDev ecosystem
91
star
4

ghidra-xbe

Xbox Executable Format (XBE) Loader Extension for Ghidra SRE framework
Java
75
star
5

cromwell

A free, legal BIOS replacement for the original Xbox
C
73
star
6

xbox-linux

Linux for the original Xbox
C
57
star
7

serial-usb-adapter

Original Xbox Serial to USB Adapter
50
star
8

xboxpy

Python module to interface with original Xbox hard- and software
Python
31
star
9

nv2a-trace

A tracing software like apitrace for the original Xbox GPU
Python
24
star
10

nxdk-rdt

Remote Dev Tool is a tool to remote control an Xbox using memory access and RPC
C
24
star
11

xbedump

Tool to dump header information or sign original Xbox executables
C
19
star
12

OpenXDK

C
16
star
13

mcpx-tools

Tools to work with the original Xbox MCPX ROM.
C
14
star
14

dump-dvd-kit

A tool to dump the ROM of the Xbox DVD Movie Playback Kit dongle
Python
14
star
15

ViridiX

Original Xbox debug communication suite
C#
12
star
16

a56

Modernized fork of a56, a DSP56001 assembler
Yacc
10
star
17

Cxbx

C++
8
star
18

xbox-linux-busybox

busybox for xbox-linux-initramfs
C
7
star
19

xbox-linux-initramfs

initramfs for xbox-linux
Shell
6
star
20

xtf-converter

A tool to convert XTF fonts to SVG fonts.
Python
5
star
21

xboxarchive.org

3
star
22

nxdk-buildbase

Dockerfile for an image containing everything required to build nxdk.
Dockerfile
2
star
23

nxdk-ci-environment-msys2

2
star
24

artwork

Artwork sources for the XboxDev ecosystem
2
star
25

xtlid

Provides a mapping of IDs to function names for .XTLID-sections found in Xbox executables
Rust
2
star
26

xboxdevwiki

Sources and issue tracker for XboxDevWiki.net
PHP
1
star