mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-12 16:22:59 -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,3 +25,4 @@ uint8_t param_get8ex(const char *line, int paramnum, int deflt, int base);
|
|||
uint32_t param_get32ex(const char *line, int paramnum, int deflt, int base);
|
||||
uint64_t param_get64ex(const char *line, int paramnum, int deflt, int base);
|
||||
int param_gethex(const char *line, int paramnum, uint8_t * data, int hexcnt);
|
||||
int param_getstr(const char *line, int paramnum, char * str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue