NANDOne est un outil qui permet d'analyser un dump de votre Xbox One pour des adresses de fichiers et en extraire les fichiers binaires.
Python 2.7
Xbox One eMMC NAND Dump
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:
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
Site officiel : http://libxenon.org/index.php?topic=427.0
Code source : https://github.com/tuxuser/NANDOne
Commentaires récents