mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-02-23 15:14:15 +08:00
cleaned up memmory
This commit is contained in:
parent
ed7bd3a380
commit
b62328cc54
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ int main (int argc, char *argv[]) {
|
|||
lfsr_rollback_word(revstate, uid ^ nt, 0);
|
||||
crypto1_get_lfsr(revstate, &lfsr);
|
||||
printf("\nFound Key: [%02x %02x %02x %02x %02x %02x]\n\n",plfsr[5],plfsr[4],plfsr[3],plfsr[2],plfsr[1],plfsr[0]);
|
||||
crypto1_destroy(revstate);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue