This commit is contained in:
Lillian Skinner 2024-04-04 17:17:28 -04:00 committed by GitHub
parent 4fe84ceb1b
commit 5e0021fcae

View File

@ -23,11 +23,11 @@ switch($key) {
$common_key = pack("H*", "a1604a6a7123b529ae8bec32c816fcaa"); $common_key = pack("H*", "a1604a6a7123b529ae8bec32c816fcaa");
} }
case "dsi_prod" { case "dsi_prod" {
$common_key = pack("H*", "30bfc76e7c19afbb23163330ced7c28d"); $common_key = pack("H*", "af1bf516a807d21aea45984f04742861");
next; next;
} }
case "dsi_debugger" { case "dsi_debugger" {
$common_key = pack("H*", "A2FDDDF2E423574AE7ED8657B5AB19D3"); $common_key = pack("H*", "a2fdddf2e423574ae7ed8657b5ab19d3");
next; next;
} }
case "wii_dev" { case "wii_dev" {
@ -48,6 +48,7 @@ switch($key) {
} }
} }
open(F, $tad) or die "cant open $tad\n"; open(F, $tad) or die "cant open $tad\n";
binmode(F); binmode(F);
read(F, $buf, -s $tad); read(F, $buf, -s $tad);