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
Usage
Usage: NANDOne.py [action] [dump]
Available Action: info Prints the parsed entries extract Extracts nand content
Example: NANDOne.py info nanddump.bin
Changelog
v0.xx
ExtractSFBXdata: Extracting the bootblock @ addr 0x0
mmap: Fixing memory issues on 32bit systems by reading in chunks
DumpSFBX: SFBX size is now read dynamically, not fixed anymore
'sfbxscan' is obsolete, that's done automatically now, if needed
XVD header gets detected and printed in info output
Filetype-magic is appended to extracted filenames
Some cleanup v0.02
Support for parsing and extracting SFBX entries
Possibility to scan for SFBX block
Additional error checking v0.01
Initial release
Segnalibri