]> cvs.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: trying to figure out why I can't get the seconds out..
authoriceman1001 <iceman@iuse.se>
Thu, 28 Jul 2016 19:48:53 +0000 (21:48 +0200)
committericeman1001 <iceman@iuse.se>
Thu, 28 Jul 2016 19:48:53 +0000 (21:48 +0200)
client/cmdhfmfhard.c

index d33812148eee4dadd02cde202e397abe0ca7b059..2af03f0842099b3d1a358037bd4ede2896248a98 100644 (file)
@@ -1687,12 +1687,12 @@ static void brute_force(void)
 
         time(&end);            
         double elapsed_time = difftime(end, start);
-               PrintAndLog("");
+               PrintAndLog("ICE %.f seconds", elapsed_time);
         if(keys_found){
-                       PrintAndLog("Success! Tested %"PRIu64" states, found %u keys after %.f seconds", total_states_tested, keys_found, elapsed_time);
+                       PrintAndLog("Success! Tested %"PRIu32" states, found %u keys after %.f seconds", total_states_tested, keys_found, elapsed_time);
                        PrintAndLog("\nFound key: %012"PRIx64"\n", foundkey);
         } else {
-                       PrintAndLog("Fail! Tested %"PRIu64" states, in %.f seconds", total_states_tested, elapsed_time);
+                       PrintAndLog("Fail! Tested %"PRIu32" states, in %.f seconds", total_states_tested, elapsed_time);
                }
         // reset this counter for the next call
         nonces_to_bruteforce = 0;
Impressum, Datenschutz