]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - tools/mfkey/mfkey32v2.c
chg: @piwi's code cleanup and some more.
[proxmark3-svn] / tools / mfkey / mfkey32v2.c
index 92ac371fa383b20068991a25fdc1d95a0d23100d..d220566ee1f3c001a51d9a5f37fb6123f4064768 100644 (file)
@@ -4,9 +4,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <time.h>
-
-#define llx PRIx64
-#define lli PRIi64
 int main (int argc, char *argv[]) {
        struct Crypto1State *s,*t;
        uint64_t key;     // recovered key
@@ -71,7 +69,7 @@ int main (int argc, char *argv[]) {
                crypto1_word(t, uid ^ nt1, 0);
                crypto1_word(t, nr1_enc, 1);
                if (ar1_enc == (crypto1_word(t, 0, 0) ^ p64b)) {
-                       printf("\nFound Key: [%012"llx"]\n\n",key);
+                       printf("\nFound Key: [%012" PRIx64 "]\n\n",key);
                        break;}
        }
        free(s);
Impressum, Datenschutz