From a4eb0307a7aef4ef6a052303868b1b36b8e47a7e Mon Sep 17 00:00:00 2001 From: Ian Skinner <56081713+IanSkinner1982@users.noreply.github.com> Date: Sun, 20 Aug 2023 02:46:56 -0400 Subject: [PATCH] --- extract-gigaleak-csu.sh => extract-updater-rofs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename extract-gigaleak-csu.sh => extract-updater-rofs.sh (95%) 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