mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
hf mf sim
This commit is contained in:
parent
ea53e1f981
commit
64c3ae8b34
12 changed files with 1369 additions and 648 deletions
|
@ -47,10 +47,11 @@ typedef enum ISO14A_COMMAND {
|
|||
|
||||
typedef struct {
|
||||
uint8_t *response;
|
||||
size_t response_n;
|
||||
uint8_t *modulation;
|
||||
size_t modulation_n;
|
||||
uint16_t response_n;
|
||||
uint16_t modulation_n;
|
||||
uint32_t ProxToAirDuration;
|
||||
uint8_t par; // enough for precalculated parity of 8 Byte responses
|
||||
} tag_response_info_t;
|
||||
//-----------------------------------------------------------------------------
|
||||
// ISO 14443B
|
||||
|
|
|
@ -290,7 +290,11 @@ typedef struct {
|
|||
#define FLAG_10B_UID_IN_DATA 0x08
|
||||
#define FLAG_UID_IN_EMUL 0x10
|
||||
#define FLAG_NR_AR_ATTACK 0x20
|
||||
//#define FLAG_RANDOM_NONCE 0x40
|
||||
#define FLAG_RANDOM_NONCE 0x40
|
||||
#define FLAG_MF_MINI 0x80
|
||||
#define FLAG_MF_1K 0x100
|
||||
#define FLAG_MF_2K 0x200
|
||||
#define FLAG_MF_4K 0x400
|
||||
|
||||
//Iclass reader flags
|
||||
#define FLAG_ICLASS_READER_ONLY_ONCE 0x01
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue