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:
douniwan5788 2012-05-30 03:45:55 +00:00
commit aea4d76687
5 changed files with 265 additions and 74 deletions

View file

@ -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;