Hackers maken vooruit gang in het Pwnen van de Xbox One

RDJ134 9 december 2013 om 01:08 uur

Nu de nieuwe generatie consoles in de winkels liggen, zijn hackers wereldwijd druk bezig om deze ook weer te kraken. Waarna het mogelijk word om er homebrew, "backups" en Linux op te draaien. Nu heeft Tuxuser dit weekeinde grote vorderingen gemaakt, en om een lang verhaal kort te houden: er moeten nog de nodige keys encrypted worden, aanpassingen gemaakt en dan zou het mogelijk zijn om unsigned code te draaien en wie weet een Linux distro.


NANDOne v0.02

Xbox One NAND Filesystem tool

Parses Xbox One Nanddumps for file-adresses and extracts the binary files. As I only had two dumps to work with, it's probably not
universally compatible and contains bugs for sure :P

Enjoy!

Requirements

Python 2.7
Xbox One eMMC NAND Dump

Actions

info --> Reads adresses from SFBX and GFCU Table and prints them to screen
extract --> Extracts the parsed entries from SFBX Table
sfbxscan --> If the SFBX adress of your NAND isn't contained, scan for the MAGIC/Header and append it to the list in the python script

Usage

Usage:
NANDOne.py [action] [dump]

Available Action:
sfbxscan --> Scans for SFBX address
info --> Prints the parsed entries
extract --> Extracts nand content

Example:
NANDOne.py sfbxscan nanddump.bin

Reageer