diff --git a/extract-gigaleak-csu.sh b/extract-updater-rofs.sh similarity index 95% rename from extract-gigaleak-csu.sh rename to extract-updater-rofs.sh index 40f8345..c53a670 100644 --- a/extract-gigaleak-csu.sh +++ b/extract-updater-rofs.sh @@ -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