1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-13 20:24:23 +02:00

add verification for secret sector

This commit is contained in:
DannyAAM
2025-02-27 03:14:38 +08:00
parent 943b461de3
commit 566f2867dc

View File

@@ -29,6 +29,11 @@ if not sha S:/sector0x96.bin 82F2730D2C2DA3F30165F987FDCCAC5CBAB24B4E5F65C981CD7
cp -n -w S:/sector0x96.bin $[SECRET].bak cp -n -w S:/sector0x96.bin $[SECRET].bak
cp -n -w $[SECRET] S:/sector0x96.bin cp -n -w $[SECRET] S:/sector0x96.bin
if not sha S:/sector0x96.bin 82F2730D2C2DA3F30165F987FDCCAC5CBAB24B4E5F65C981CD7BE6F438E6D9D3
echo "Sector 0x96 can't be restored properly! Aborting!"
goto Exit
end
end end
if not find 1:/title/00040138/20000002/content/????????.app NATIVE_NCCH if not find 1:/title/00040138/20000002/content/????????.app NATIVE_NCCH