]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - include/mifare.h
ADD: @micolous random nonce, adjusted to fit in. Icemanfork only uses Moebius attac...
[proxmark3-svn] / include / mifare.h
index bd78dda6b671cff4e9d4b171e03d691c4206cd7c..11c977d579626a028500ccb1d668c56961519982 100644 (file)
@@ -66,14 +66,14 @@ typedef enum ISO14B_COMMAND {
 //-----------------------------------------------------------------------------
 typedef struct {
   uint32_t cuid;
-  uint8_t  sector;
-  uint8_t  keytype;
   uint32_t nonce;
   uint32_t ar;
   uint32_t nr;
   uint32_t nonce2;
   uint32_t ar2;
   uint32_t nr2;
+  uint8_t  sector;
+  uint8_t  keytype;
 } nonces_t;
 
 #endif // _MIFARE_H_
Impressum, Datenschutz