mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
add: 'hf iclass chk' - iclass check keys functionality. uses input from a default_iclass_keys.dic
This commit is contained in:
parent
8526e74af8
commit
0773e1a663
2 changed files with 137 additions and 2 deletions
|
@ -58,7 +58,7 @@ extern int CmdHFiClassSniff(const char *Cmd);
|
|||
extern int CmdHFiClassSim(const char *Cmd);
|
||||
extern int CmdHFiClassWriteKeyFile(const char *Cmd);
|
||||
extern int CmdHFiClass_WriteBlock(const char *Cmd);
|
||||
|
||||
extern int CmdHF14AMfChk(const char *Cmd);
|
||||
void printIclassDumpContents(uint8_t *iclass_dump, uint8_t startblock, uint8_t endblock, size_t filesize);
|
||||
void HFiClassCalcDivKey(uint8_t *CSN, uint8_t *KEY, uint8_t *div_key, bool elite);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue