Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 622 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 622 Bytes

mcpx-tools

disassemble-mcpx.sh

A script to annotate and disassemble the MCPX ROM using objdump.

disassemble-mcpx.sh <path to MCPX ROM>

mcpx-attack

Tool to display the following exploits:

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.