Skip to content

GxOSS/gxBuild

Repository files navigation

gxBuild Colour Transparent Banner

GitHub issues Rust

gxBuild

Caution

  • gxBuild is UNSTABLE!
  • The app is still UNTESTED against real consoles!
  • There is a 99.99% chance you will brick your console!

Xbox 360 NAND image builder and patcher. Based on x360utils, xenon-bltool, and RGBuildPP.

Sister Repos:

Table of Contents

Install

Ensure you have Rust and Cargo installed. Clone the repository and build using one of the following feature combinations:

Default (CLI, FFI, and Rhai Scripting)

cargo build --release

CLI Only

cargo build --no-default-features --features cli

FFI Only

cargo build --no-default-features --features ffi

CLI + Rhai Scripting

cargo build --no-default-features --features cli,rhai

FFI + Rhai Scripting

cargo build --no-default-features --features ffi,rhai

Usage

Documentation Coming Soon.

Contributing

See CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests. Refer to CREDITS.md to see the history of contributors and projects that made gxBuild possible.

License

This project is multi-licensed. Releases are distributed under the GNU General Public License v2 inherited from xenon-bltool.

Component breakdown:

  • Original gxBuild code: Zlib License
  • xenon-bltool: GPL v2
  • x360utils: Unlicense
  • XeCrypt: MIT License
  • STFS: MIT License

All code taken from other projects has been properly attributed in their respective file headers.

About

Rust Xbox 360 image builder

Resources

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages