mirror of
https://gist.github.com/3793a40dd0c7930f12b79ca1931a3296.git
synced 2025-10-31 13:51:11 -04:00
This commit is contained in:
parent
2565dbd7c9
commit
a4eb0307a7
@ -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
|
||||
Loading…
Reference in New Issue
Block a user