mirror of
https://gist.github.com/739a5630a462c7366db6e2ab810ca69d.git
synced 2025-10-31 06:51:08 -04:00
This commit is contained in:
parent
4fe84ceb1b
commit
5e0021fcae
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user