projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Typos
[proxmark3-svn]
/
client
/
loclass
/
elite_crack.c
diff --git
a/client/loclass/elite_crack.c
b/client/loclass/elite_crack.c
index 5dd8bf6dff0eb4d24d8009a749c5ca6842acb0ac..e9814e95e6d13604b98931f5e7aae6638addad17 100644
(file)
--- a/
client/loclass/elite_crack.c
+++ b/
client/loclass/elite_crack.c
@@
-522,8
+522,8
@@
int bruteforceDump(uint8_t dump[], size_t dumpsize, uint16_t keytable[])
errors += bruteforceItem(*attack, keytable);
}
free(attack);
errors += bruteforceItem(*attack, keytable);
}
free(attack);
-
clock_t t2 = clock()
;
- float diff = ((
(float)t2 - (float)t1)
/ CLOCKS_PER_SEC );
+
t1 = clock() - t1
;
+ float diff = ((
float)t1
/ CLOCKS_PER_SEC );
prnlog("\nPerformed full crack in %f seconds",diff);
// Pick out the first 16 bytes of the keytable.
prnlog("\nPerformed full crack in %f seconds",diff);
// Pick out the first 16 bytes of the keytable.
Impressum
,
Datenschutz