mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
Enhanced hf mf chk , add default key,support dic file and so on.
modify hf mf mifare to automatically use an invalid key'nt try again. make some changes to support mifare classic 4k.
This commit is contained in:
parent
13d8c68d86
commit
aea4d76687
5 changed files with 265 additions and 74 deletions
|
@ -25,7 +25,7 @@
|
|||
// card emulator memory
|
||||
#define EML_RESPONSES 4000
|
||||
#define CARD_MEMORY 6000
|
||||
#define CARD_MEMORY_LEN 1024
|
||||
#define CARD_MEMORY_LEN 4096
|
||||
|
||||
typedef struct nestedVector { uint32_t nt, ks1; } nestedVector;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue