mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
ADD: Added the HitagS from @spenneb ref:https://events.ccc.de/congress/2015/Fahrplan/events/7166.html
PM3 Master PR: https://github.com/Proxmark/proxmark3/pull/167 Adjusted the ENUM names to fit in my fork. We need a better namestandard for it.
This commit is contained in:
parent
7f0cb92e0d
commit
0db11b71ef
12 changed files with 2409 additions and 9 deletions
|
@ -3,7 +3,6 @@
|
|||
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "aes.h"
|
||||
|
||||
#define MAX_CRYPTO_BLOCK_SIZE 16
|
||||
|
@ -110,8 +109,6 @@ enum DESFIRE_FILE_TYPES {
|
|||
MDFT_CYCLIC_RECORD_FILE_WITH_BACKUP = 0x04
|
||||
};
|
||||
|
||||
|
||||
|
||||
enum DESFIRE_STATUS {
|
||||
OPERATION_OK = 0x00,
|
||||
NO_CHANGES = 0x0c,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue