mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
FIX: Better legic annotation, show which byte was targeted during read and write commands.
This commit is contained in:
parent
b98827ffc3
commit
e619ddc071
2 changed files with 20 additions and 11 deletions
|
@ -326,7 +326,7 @@ ISO 7816-4 Basic interindustry commands. For command APDU's.
|
|||
#define MFDES_AUTHENTICATION_FRAME 0xAF
|
||||
|
||||
// LEGIC Commands
|
||||
#define LEGIC_HSK 0xFF
|
||||
#define LEGIC_HSK 0x39
|
||||
#define LEGIC_READ 0x01
|
||||
#define LEGIC_WRITE 0x00
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue