From 603e288c4f2b8c138b6a46e9bf74eaa69d7956ba Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 23 Feb 2021 21:53:31 +0100 Subject: [PATCH] path updates --- tools/pm3_amii_bin2eml.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/pm3_amii_bin2eml.pl b/tools/pm3_amii_bin2eml.pl index c8e8d4f46..f15b0de75 100755 --- a/tools/pm3_amii_bin2eml.pl +++ b/tools/pm3_amii_bin2eml.pl @@ -14,8 +14,8 @@ my $UIDLOC = -540; # UID is 540 bytes from the end my $BLOCKSIZE = 4; # in bytes -my $AMIITOOL = '../client/amiitool/amiitool'; # path to amiitool (unless in $PATH) -my $KEYFILE = '../client/amiitool/key_retail.bin'; # path to retail key file +my $AMIITOOL = '../client/deps/amiitool/amiitool'; # path to amiitool (unless in $PATH) +my $KEYFILE = '../client/resources/key_retail.bin'; # path to retail key file my $ADDHDR = 1; # add 56 byte header? my $FIXPWD = 1; # recalculate PWD if dump value is 0 my $FIXACK = 1; # set ACK if dump value is 0