https://github.com/emoose/xbrecunpack
Tool for fully extracting Xbox/Xbox360 SDKs & recoveries.
https://github.com/emoose/xbrecunpack
xbox xbox360 xdk
Last synced: about 1 year ago
JSON representation
Tool for fully extracting Xbox/Xbox360 SDKs & recoveries.
- Host: GitHub
- URL: https://github.com/emoose/xbrecunpack
- Owner: emoose
- Created: 2019-08-13T17:07:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-12T03:04:12.000Z (over 6 years ago)
- Last Synced: 2025-03-27T00:22:54.107Z (about 1 year ago)
- Topics: xbox, xbox360, xdk
- Language: C#
- Homepage:
- Size: 109 KB
- Stars: 22
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XbRecUnpack
Tool for extracting Xbox/Xbox360 SDKs & recoveries.
```
Usage:
XbRecUnpack.exe [-L/-R] [output-folder]
XbRecUnpack.exe [-L/-R] [output-folder]
XbRecUnpack.exe [-L/-R] [output-folder]
XbRecUnpack.exe [-L/-R] [output-folder]
Will try extracting all files to the given output folder
If output folder isn't specified, will extract to "_ext"
-L will only list entries inside input file without extracting them
-R will print info about any extracted X360 xboxrom images
(if -R isn't used, will print a summary instead)
```