XeCLI is a terminal-first Xbox 360 RGH/JTAG toolkit for live console work with XBDM, JRPC2, FTP, XeLL-backed NAND dumping, XEX tooling, memory inspection, content workflows, reverse-engineering helpers, and release packaging.
The repository and product name are XeCLI. The installed terminal command is rgh.
- Live console status, title resolution, module inspection, memory inspection, thread control, screenshots, and debug helpers
- File-system and FTP workflows for browsing, transfer, search, save handling, plugins, and console content staging
- XeLL-backed keyvault export, CPU key capture, startup-log capture, and verified read-only NAND backup
- Local XTAF/FATX disk and image workflows with Windows disk enumeration, header scan, manual offset/length open, metadata backup/restore, safe repair, and raw partition export
- Local content tooling for CON, profile, GPD, and XDBF inspection and mutation
- Reverse-engineering helpers for Ghidra and IDA, plus XEX dump, decompile, and analysis flows
- Homebrew, dashboard, compatibility-pack, and USB staging workflows
- Added full Spanish localization across CLI help, prompts, and WinForms surfaces
- Added the automated PC-side NAND workflow with
rgh nand dump - Added the verified PC-side keyvault workflow with
rgh xell kv export - Added managed staging for the helper/linker assets used by the XeLL dump flow
- Added integrated support for the standalone
XeCLI-XellFetchXeLL payload workflow - Added verified-success reboot gating so the console only leaves XeLL after the PC confirms the dump is valid
- Added same-session verification fallback for consoles that ignore XeLL reboot during the second pass
Safety note: Auto-reboot is disabled for --single and --no-verify so the console does not leave XeLL before the operator sees that verification was skipped.
dotnet .\rgh.dll --help
dotnet .\rgh.dll nand dump --ip 192.168.1.186 --yes- GitHub Wiki
- Docs landing page
- Wiki home
- Latest Features
- XeLL and NAND Backups
- XTAF / FATX Manager
- Commands Reference
- CLI Help Output
- Beginner Guide
- Advanced Guide
- Reverse Engineering
- Integrations
- Troubleshooting
- Release Notes v1.0.6
- All Releases
- GitHub Releases
Ghidra is an external (Free) dependency. XeCLI's supported Ghidra XEX import path uses the maintained SaveEditors/XEXLoaderWV fork.
The IDA workflow is pinned to IDA Pro 9.1.250226 with idaxex 0.42b.
XeCLI's rgh xtaf surface is not limited to browsing normal Xbox 360 HDD images. The standout workflows are:
- Direct Windows physical-disk inspection alongside normal
.imgand.bininputs - FATX/XTAF header scan plus manual
--offsetand bounded--lengthopens for unusual or partial images - Retail-layout FATX formatting for blank or recovered Xbox 360 HDD images
- Low-level metadata backup and restore for disk-prefix and partition-header regions before risky work
- Safe chain-map audit and repair for orphaned allocation issues
- Raw partition dump and tree extraction workflows for recovery or analysis
rgh fatman and rgh fatx still work as compatibility aliases, but rgh xtaf is now the primary disk and image command surface.
The standalone XeCLI-XellFetch repo is published at github.com/SaveEditors/XeCLI-XellFetch. It packages the custom xell.bin, XellLaunch, and QuickBoot assets for operators who want the XeLL-side payload with or without the full XeCLI desktop workflow. XeCLI integrates with that workflow, but the standalone bundle is released from its own repo.

