forked from wiredopposite/XGDTool
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
YouDontNeedToKnow edited this page Sep 3, 2026
·
3 revisions
XGDTool (High-Performance Fork by Ashnar2602) is the comprehensive, unified disc image converter and optimization suite for Original Xbox and Xbox 360 games. It runs natively across Windows (GUI & CLI) and Android (Material 3 Dark App with Zero-Copy direct storage access).
Select your preferred language for the comprehensive user manual:
| Language | Page Link | Description |
|---|---|---|
| 🇮🇹 Italiano | [[Manuale Utente (Italiano) | Guida-Uso-Italiano]] |
| 🇬🇧 English | [[User Manual (English) | User-Manual-English]] |
| 🇩🇪 Deutsch | [[Benutzerhandbuch (Deutsch) | User-Manual-German]] |
| 🇪🇸 Español | [[Manual de Usuario (Español) | User-Manual-Spanish]] |
| 🇫🇷 Français | [[Manuel Utilisateur (Français) | User-Manual-French]] |
| 🇵🇹 Português | [[Manual do Usuário (Português) | User-Manual-Portuguese]] |
| 🇨🇳 简体中文 | [[用户手册 (简体中文) | User-Manual-Chinese]] |
- High-Throughput 2 MB Sequential I/O: Replaces legacy 2 KB micro-syscall loops with 2 MB sequential batches, reducing OS syscall overhead by over 99.9% and saturating modern NVMe/UFS storage controllers.
-
Zero-Copy Android Storage Engine:
Converts directly in place on your device via
MANAGE_EXTERNAL_STORAGEand real SAF path resolution, eliminating 15–20 GB of duplicate cache writes. - Zero-Overhead Streaming Checksums: Calculates CRC32, MD5, and hardware-accelerated SHA-1 (SHA-NI) in RAM on the fly while sectors are written to disk. Re-reading 8 GB discs after creation is eliminated.
- Lock-Free Multithreaded Compression: Batch coordinator with atomic work-stealing compresses CSO and CCI images across all CPU threads without mutex contention or individual heap allocations.
- Multi-Core Parallel ZArchive (Zstd): Compresses 4 MB data block batches concurrently across all CPU threads while preserving Cemu/ZArchive format integrity and ultra-fast (~2 GB/s) emulator decompression speed.
-
100% Bit-for-Bit Verification:
Compatible with original Xbox hardware, Xbox 360 RGH/JTAG consoles, disc burning utilities (ImgBurn with
.dvdLayerBreak), and emulators (Xenia, Cemu).
- XGDTool-GUI (Windows): Modern desktop interface built with wxWidgets, Dark Mode, Drag & Drop queue manager, and live progress indicators.
- XGDTool-CLI (Windows): Standalone, dependency-free command-line executable for automation scripts, terminal power users, and batch workflows.
- XGDTool-Android (Android 8.0+): Native Kotlin application featuring a Material 3 Xbox Dark interface, foreground service conversion, Zero-Copy direct storage access, and 7-language localization.
- Formats Comparison & Technical Specifications
- Zero-Copy Android Storage Architecture
- Building from Source Guide
Pre-compiled release binaries and APKs are available on the GitHub Releases page: 👉 Download XGDTool v1.3.1 Releases
XGDTool v1.4.0 — High-Performance Xbox & Xbox 360 Disc Image Converter by Ashnar2602.
GitHub Repository ·
Releases ·
GPL-3.0 License