Skip to content

Releases: dromex1/XboxImageExtractor

Xbox Image Extractor v1.2

24 May 12:08
7167e08

Choose a tag to compare

✨ New Features
My Downloads Tab
Brand new My Downloads tab next to the Game Downloader
App now tracks only games downloaded through the program via a local XboxExtractor_Downloads.txt tracker file — no scanning of your entire Downloads folder
Downloads are displayed in a modern dark-themed DataGridView showing filename, size and date
Each row has a dedicated "Extract & Load ISO" button on the right — no right-click required
Clicking the button automatically unpacks the .7z / .zip archive, detects whether the ISO is Xbox Classic or Xbox 360 from sector magic bytes, and routes it to the correct extraction tab
Dedicated progress bar and status label inside the tab so you can track unpack progress without interrupting other work
Smart USB Export Folder
When you select a bare drive root (e.g. D:) as the extract destination, the app now automatically creates a folder named after the ISO (e.g. D:\Halo 2) so your USB stick doesn't get flooded with loose files
Pause / Resume / Cancel Controls
Download panel expanded with Pause, Resume, and Cancel buttons visible during active downloads
🔧 Fixes
Fixed InvalidCastException crash when clicking Extract — caused by an incorrect StatusStrip item cast
Fixed 400 Bad Request from Vimm's Lair — implemented a global concurrency lock preventing multiple simultaneous download attempts
Fixed download progress not showing MB downloaded — panel height increased and label sizing corrected
Fixed LoadClassicIsoAsync corruption — refactored Classic Xbox ISO loader into a reusable method callable from both UI button and programmatic automation
Fixed ArchiveFactory.Open compile error — downgraded SharpCompress to stable v0.30.1 which includes the generic stream open API
🛠️ Improvements
Vimm's Lair scraper now dynamically parses the download endpoint and mediaId from vault page HTML, bypassing the JavaScript anti-bot layer
Download notification panel redesigned — larger, cleaner, with all controls accessible at a glance
My Downloads auto-refreshes when you switch to the tab
image
image

XboxImageExtractor update 1.1

23 May 23:35
e96871a

Choose a tag to compare

Xbox Modding Suite - The Ultimate Update 🚀 (v1.1 Core)

Welcome to the biggest update yet! This release transforms the tool from a simple image extractor into a fully-fledged All-In-One Xbox Modding Suite. We've completely rebuilt the core engine and added massive highly-requested features.

🌟 Massive New Features

  • 🎮 Live Game Downloader (Vimm's Lair): You can now search and download thousands of Original Xbox and Xbox 360 games directly inside the app! Features a zero-lag live search that bypasses annoying captchas.
  • 🔄 ISO2GOD Conversion Pipeline: Natively convert your ISO files into Microsoft's Games on Demand (GOD) format. It automatically builds valid STFS headers so your games boot instantly from the Xbox Dashboard!
  • 🔌 USB Softmod Creator: Preparing a USB drive for RGH has never been easier. One-click formatting (FAT32 with strict 32KB cluster limits) and automated DashLaunch installation to your flash drive.
  • 💽 Raw Optical Drive Ripping: Insert your original Xbox 360 discs into your PC's DVD drive and rip them directly, bypassing Windows partition limitations!

⚡ Engine & Performance Improvements

  • Asynchronous E/O: The UI will never freeze again. We upgraded the I/O engine to use massive 4MB buffers and multithreading, maxing out your SSD speeds.
  • Anti-Corruption GDFX Protection: Fixed infinite loops when extracting heavily modded or corrupt XGD3 games by implementing absolute offset recalculations.
  • "About Me" Tab: Added a brand new tab to credit the creator (@dromex__).

📥 How to use:

Simply download the XboxImageExtractor-v1.1-win-x64.zip attached below, extract it anywhere, and run the .exe file (No installation required!).

Note: If you plan to rip games physically from a DVD drive, please run the application as Administrator.

v1.0.0 — Xbox Image Extractor by Dromex

23 May 11:23
627a006

Choose a tag to compare

🎮 Xbox Image Extractor v1.0.0

A modern, high-performance replacement for Xbox Image Browser v2.9.
Built with .NET 8 | Fully async | Zero UI freezes.

✨ Highlights

  • Blazing-fast async extraction — 4 MB I/O buffers, NVMe-ready
  • 📀 Built-in Disc Burner — burn games to DVD via IMAPI2 (RGH/JTAG ready)
  • 💿 Raw Drive Ripping — read original Xbox 360 discs directly from your PC DVD drive
  • 📊 Real-time progress — file count, size tracking, dual progress bars
  • 🛡️ XGD2/XGD3 partition support — no more freezes on complex ISOs

📦 Download

Download XboxImageExtractor-v1.0-win-x64.zip, unzip, and run XboxImageExtractor.exe.
No installation needed. Windows 10/11 x64.

🔧 Build from source

dotnet publish -c Release -r win-x64 -p:PublishSingleFile=true --self-contained true