mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-01 21:08:18 +08:00
path updates
This commit is contained in:
parent
811ed8040a
commit
603e288c4f
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@
|
||||||
|
|
||||||
my $UIDLOC = -540; # UID is 540 bytes from the end
|
my $UIDLOC = -540; # UID is 540 bytes from the end
|
||||||
my $BLOCKSIZE = 4; # in bytes
|
my $BLOCKSIZE = 4; # in bytes
|
||||||
my $AMIITOOL = '../client/amiitool/amiitool'; # path to amiitool (unless in $PATH)
|
my $AMIITOOL = '../client/deps/amiitool/amiitool'; # path to amiitool (unless in $PATH)
|
||||||
my $KEYFILE = '../client/amiitool/key_retail.bin'; # path to retail key file
|
my $KEYFILE = '../client/resources/key_retail.bin'; # path to retail key file
|
||||||
my $ADDHDR = 1; # add 56 byte header?
|
my $ADDHDR = 1; # add 56 byte header?
|
||||||
my $FIXPWD = 1; # recalculate PWD if dump value is 0
|
my $FIXPWD = 1; # recalculate PWD if dump value is 0
|
||||||
my $FIXACK = 1; # set ACK if dump value is 0
|
my $FIXACK = 1; # set ACK if dump value is 0
|
||||||
|
|
Loading…
Reference in a new issue