]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - include/mifare.h
Merge pull request #81 from mdp/fixguard
[proxmark3-svn] / include / mifare.h
index f6626328217d75f3ee20a2f7a6bd24d61881be80..e6643f5f235f95b34d82631f56019539c393a8d6 100644 (file)
@@ -61,5 +61,24 @@ typedef enum ISO14B_COMMAND {
        ISO14B_SELECT_SR =                      (1 << 7)
 } iso14b_command_t;
 
+//-----------------------------------------------------------------------------
+// "hf 14a sim x", "hf mf sim x" attacks
+//-----------------------------------------------------------------------------
+typedef struct {
+  uint32_t cuid;
+  uint32_t nonce;
+  uint32_t ar;
+  uint32_t nr;
+  uint32_t nonce2;
+  uint32_t ar2;
+  uint32_t nr2;
+  uint8_t  sector;
+  uint8_t  keytype;
+  enum {
+               EMPTY,
+               FIRST,
+               SECOND,
+       } state;
+} nonces_t;
 
 #endif // _MIFARE_H_
Impressum, Datenschutz