mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
ADD: started to add tracelog in legic
ADD: remake of legic codebase. ADD: started with a annotation for LEGIC in 'hf list'
This commit is contained in:
parent
5b4664e79f
commit
c71c5ee156
8 changed files with 526 additions and 447 deletions
|
@ -246,12 +246,14 @@ ISO 7816-4 Basic interindustry commands. For command APDU's.
|
|||
#define TOPAZ_WRITE_NE8 0x1B // Write-no-erase (eight bytes)
|
||||
|
||||
|
||||
// Definetions of which protocol annotations there are available
|
||||
#define ISO_14443A 0
|
||||
#define ICLASS 1
|
||||
#define ISO_14443B 2
|
||||
#define TOPAZ 3
|
||||
#define ISO_7816_4 4
|
||||
#define MFDES 5
|
||||
#define LEGIC 6
|
||||
|
||||
//-- Picopass fuses
|
||||
#define FUSE_FPERS 0x80
|
||||
|
@ -322,7 +324,12 @@ ISO 7816-4 Basic interindustry commands. For command APDU's.
|
|||
#define MFDES_CHANGE_KEY 0xc4
|
||||
#define MFDES_GET_KEY_VERSION 0x64
|
||||
#define MFDES_AUTHENTICATION_FRAME 0xAF
|
||||
|
||||
|
||||
// LEGIC Commands
|
||||
#define LEGIC_HSK 0xFF
|
||||
#define LEGIC_READ 0x01
|
||||
#define LEGIC_WRITE 0x00
|
||||
|
||||
void printIclassDumpInfo(uint8_t* iclass_dump);
|
||||
void getMemConfig(uint8_t mem_cfg, uint8_t chip_cfg, uint8_t *max_blk, uint8_t *app_areas, uint8_t *kb);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue