macOSWindowsLinux

Xbox ISO Creation/Extraction utility. Imported from SourceForge.

xboxgameisodvdxisoxgddiscbackupextractcreate
Star 增长趋势
Star
1.1k
Forks
131
周增长
+12
Issues
27
5001k
2023年1月2024年3月2025年6月2026年9月
README

extract-xiso

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.

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.

相关仓库
microsoft/react-native-windows

A framework for building native Windows apps with React.

C++Otheruwpxbox
microsoft.github.io/react-native-windows/
17.3k1.2k
ConfettiFX/The-Forge

The Forge Cross-Platform Framework PC Windows, Steamdeck (native), Ray Tracing, macOS / iOS, Android, XBOX, PS4, PS5, Switch, Quest 2

C++libraryApache License 2.0directx12vulkan
5.6k574
xfangfang/wiliwili

第三方B站客户端,目前可以运行在PC全平台、PSVita、PS4 、Xbox 和 Nintendo Switch上

C++appGNU General Public License v3.0bilibilimpv
xfangfang.github.io/wiliwili
5.5k266
xemu-project/xemu

Original Xbox Emulator for Windows, macOS, and Linux (Active Development)

COtheroriginal-xboxxbox
xemu.app
4.1k505
skydevil88/XboxDownload

Xbox Download Assistant (Xbox下载助手) — Supports download acceleration for Xbox, Microsoft Store, PlayStation, Nintendo Switch, EA App, Battle.net, Epic Games, Ubisoft Connect, Riot Games, and Rockstar Games, and fixes access issues for Steam Store & Community and GitHub.

C#appxboxps
3.8k209
unknownskl/greenlight

Greenlight is an open-source client for xCloud and Xbox home streaming made in Typescript.

TypeScriptnpmappMIT Licensestreamingxbox
unknownskl.github.io/greenlight/
2.9k171
microsoft/DirectXTK

The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++

C++libraryMIT Licensemicrosoftdirectx
walbourn.github.io/directxtk/
2.9k537
atar-axis/xpadneo

Advanced Linux Driver for Xbox One Wireless Controller (shipped with Xbox One S)

COtherlinux-driverslinux-driver
atar-axis.github.io/xpadneo/
2.8k138
medusalix/xone

Linux kernel driver for Xbox One and Xbox Series X|S accessories

CGNU General Public License v2.0linuxusb
discord.gg/FDQxwWk
2.5k209
Cxbx-Reloaded/Cxbx-Reloaded-legacy

Xbox (Original) Emulator

C++GNU General Public License v2.0xboxemulator
cxbx-reloaded.co.uk
2.4k273
mikeroyal/Steam-Deck-Guide

Steam Deck Guide. Learn all about the Tools, Accessories, Games, Emulators, and Gaming Tips that will make your Steam Deck an awesome Gaming Handheld or a Portable Computer Workstation.

Rustcrates.iotutorialsteamsteamdeck
2.2k58
microsoft/DirectXTex

DirectXTex texture processing library

C++libraryMIT Licensemicrosoftdirectx
walbourn.github.io/directxtex/
2.2k497