andy-man / ps5-wee-tools

Tools for PS5 NOR manipulations
GNU General Public License v3.0
21 stars 4 forks source link

Extracion and/or building dump not working as expected #4

Closed RustyRaindeer closed 3 months ago

RustyRaindeer commented 3 months ago

PS5 wee tools 0.1.5 platform: both windows and Linux

If you run "extract sFlash's partitions" and try to "Build dump from extracted files" back again, it does not produce a valid file. If you try to select the generated file (to analyze it), wee tools complains about "Unknown file type".

I run a manual diff with the original file, agains the produced sflash0.bin, they seem to be different starting from address 120000h. The data in sflash0.bin (that was re-created from the extracted files) contains the data from "unknown" partition at that point, but does not correspond to the original NOR dump file. Maybe the error is produced already when extracting partitions.

image

andy-man commented 3 months ago

thanks for correction (merged)