mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +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 $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
|
||||
|
|
Loading…
Reference in a new issue