mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Add: simple Application enum.
Fix: Minor overflows found by Holiman.
This commit is contained in:
parent
313ee67ea2
commit
3d93d4f940
3 changed files with 59 additions and 12 deletions
|
@ -55,4 +55,11 @@ char * GetProtocolStr(uint8_t id);
|
|||
#define GET_KEY_SETTINGS 0x45
|
||||
#define CHANGE_KEY 0xc4
|
||||
#define GET_KEY_VERSION 0x64
|
||||
#define AUTHENTICATION_FRAME 0xAF
|
||||
#define AUTHENTICATION_FRAME 0xAF
|
||||
|
||||
|
||||
#define MAX_APPLICATION_COUNT 28
|
||||
#define MAX_FILE_COUNT 16
|
||||
#define MAX_FRAME_SIZE 60
|
||||
#define NOT_YET_AUTHENTICATED 255
|
||||
#define FRAME_PAYLOAD_SIZE (MAX_FRAME_SIZE - 5)
|
Loading…
Add table
Add a link
Reference in a new issue