From ReadMe: PS3 NAND FLOW REBUILDER v3.50 (including ECC Algo by RPS).
This tool allows to unscramble the blocks of a PS3 dumps ordering them in a way that the dumps become readable and extractable!
It also allow you to re-scramble back to the original order once you modified the data you wants, then from now on it include the ECC recalculation algorithm that was private until today.
It's for study and tests purposes, for experienced people only (devs) that this way can manage the files inside the flashes and patch sensible areas.
This tool, although in beta stage, allows you to unscramble the blocks of a PS3 dumps ordering them in a way that the dumps become readable and extractable!
From now on it also allow you to re-scramble back to the original order once you modified the data you want!
It's for study and tests purposes, for experienced people only (devs) that this way can manage the files inside the flashes.
In this updated version you'll find some good news:
1) It's more compatible, it support a larger number of dumps, please try it with your one and if something goes wrong please let me know (through irc, on Efnet, my nick is NDT).
This tool, although in beta stage, allows you to unscramble the blocks of a PS3 dumps moving them in a way that the dumps become readable and extractable!
It's for study and tests purposes, for experienced people only (devs) that this way can manage the files inside the flashes.
As example I included my PS3 dump map, it should help you understanding the dump layout.
I decided to share the tool early because it need a lot of testing, so, since I'll be in vacation in a few days I thought it would be nice to allow people to begin looking at it meanwhile I return home.
I tested it on like 10 dumps and I noticed that it perfectly worked only on 4 dumps (one was a Debug dump so yes, it works on debug dumps too :), this happen because of the fact I noticed I have to implement another variable in the unscrambling al... More »
INTERPOLATE FLASHES SORTING BLOCKS: Using this tool you can build an interleaved file, sorted by block sequence or partition, (it seems that the most useful mode is to sort by block sequence).
This way you can check the files inside the NANDs in a better way because the blocks order is the one that the console use when boot. Then if you sort 2 dumps it's easier to compare them because the files inside them follow the same order.
DEINTERPOLATE INTO NEW FLASHES: This tool can be used on a modified sorted dump, you can modify some bytes or even swap some whole files, the tool will rebuild the NANDS dumps flash0 and flash1 using the original flow order (only this way the dump work) and will compile a log file writing the page in which the ECC needs to be recal... More »