This commit is contained in:
Ian Skinner 2023-08-20 02:46:56 -04:00 committed by GitHub
parent 2565dbd7c9
commit a4eb0307a7

View File

@ -1,5 +1,5 @@
# extract-gigaleak-csu
# Extracts firmware CIAs from the RomFS of "SystemUpdater-0_13-0927-UnFixedKey.csu". This can't be done with other tools as 0.13.0 doesn't use the normal RomFS format.
# extract-updater-rofs
# Extracts firmware CIAs from ROFS containers for some gigaleak SystemUpdaters.
echo "Finding CIA headers in file..."
od -t x -A d romfs.bin | grep "00002020 00000000 00000a00 00000350" | sed 's/ .*//' | sed 's/^0*//' > romfs-dir.txt