https://github.com/iliazeus/iso2god-rs
  
  
    A command-line tool to convert Xbox 360 and original Xbox ISOs into an Xbox 360 compatible Games-On-Demand file format. For Linux, Windows and MacOS. 
    https://github.com/iliazeus/iso2god-rs
  
iso2god rust xbox-360 xbox360
        Last synced: 7 months ago 
        JSON representation
    
A command-line tool to convert Xbox 360 and original Xbox ISOs into an Xbox 360 compatible Games-On-Demand file format. For Linux, Windows and MacOS.
- Host: GitHub
- URL: https://github.com/iliazeus/iso2god-rs
- Owner: iliazeus
- License: mit
- Created: 2022-08-01T12:21:31.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T09:19:21.000Z (7 months ago)
- Last Synced: 2025-03-29T16:02:55.515Z (7 months ago)
- Topics: iso2god, rust, xbox-360, xbox360
- Language: Rust
- Homepage:
- Size: 334 KB
- Stars: 138
- Watchers: 5
- Forks: 11
- Open Issues: 6
- 
            Metadata Files:
            - Readme: README.md
- License: LICENSE
 
Awesome Lists containing this project
README
          # iso2god-rs
A tool to convert Xbox 360 and original Xbox ISOs into an Xbox 360 compatible Games-On-Demand file format
This is an optimized rewrite of https://github.com/eliecharra/iso2god-cli, with a few extra features.
```
Usage: iso2god [OPTIONS]  
Arguments:
    ISO file to convert
      A folder to write resulting GOD files to
Options:
      --dry-run             Do not convert anything, just print the title info
      --game-title   Set game title
      --trim                Trim off unused space from the ISO image
  -j, --num-threads      Number of worker threads to use
  -h, --help                Print help
  -V, --version             Print version
```