mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 10:36:58 -07:00
fix 'hf iclass sim':
* implement CHECK[Kc] based on @sherhannn79 * implement UPDATE based on @sherhannn79
This commit is contained in:
parent
e49d31c0e7
commit
8ddb81a217
2 changed files with 52 additions and 15 deletions
|
@ -96,7 +96,8 @@ NXP/Philips CUSTOM COMMANDS
|
|||
#define ICLASS_CMD_PAGESEL 0x84
|
||||
#define ICLASS_CMD_READCHECK_KD 0x88
|
||||
#define ICLASS_CMD_READCHECK_KC 0x18
|
||||
#define ICLASS_CMD_CHECK 0x05
|
||||
#define ICLASS_CMD_CHECK_KC 0x95
|
||||
#define ICLASS_CMD_CHECK_KD 0x05
|
||||
#define ICLASS_CMD_DETECT 0x0F
|
||||
#define ICLASS_CMD_HALT 0x00
|
||||
#define ICLASS_CMD_UPDATE 0x87
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue