A script to annotate and disassemble the MCPX ROM using objdump.
disassemble-mcpx.sh <path to MCPX ROM>
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.