https://github.com/xboxdev/mcpx-tools
Tools to work with the original Xbox MCPX ROM.
https://github.com/xboxdev/mcpx-tools
Last synced: 11 months ago
JSON representation
Tools to work with the original Xbox MCPX ROM.
- Host: GitHub
- URL: https://github.com/xboxdev/mcpx-tools
- Owner: XboxDev
- Created: 2018-06-26T14:12:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T03:11:24.000Z (about 6 years ago)
- Last Synced: 2025-04-18T06:51:16.263Z (11 months ago)
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mcpx-tools
### disassemble-mcpx.sh
A script to annotate and disassemble the MCPX ROM using [objdump](https://en.wikipedia.org/wiki/Objdump).
```
disassemble-mcpx.sh
```
### mcpx-attack
Tool to display the following exploits:
* [RC4 attack](http://xboxdevwiki.net/Exploits#RC4_attack_.28MCPX_1.0_only.29)
* [TEA attack](http://xboxdevwiki.net/Exploits#TEA_attack_.28MCPX_1.1_only.29)
This tool has to be compiled first:
```
git clone https://github.com/XboxDev/mcpx-tools.git
cd mcpx-tools
mkdir build
cmake ..
make
```
To see the usage information, run the tool without additional arguments.