mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-02 21:54:10 +08:00
text
This commit is contained in:
parent
9da0073e0d
commit
1009c542a4
1 changed files with 1 additions and 1 deletions
|
@ -1152,7 +1152,7 @@ int main(int argc, char **argv) {
|
|||
|
||||
if (thread_count > 1) printf("[%zu] ", y);
|
||||
|
||||
printf("\nKey found @ slice %zu/%zu: [", t_arg[y].slice, t_arg[y].max_slices);
|
||||
printf("\nKey found @ slice %zu/%zu: [ ", t_arg[y].slice, t_arg[y].max_slices);
|
||||
for (int i = 0; i < 6; i++) {
|
||||
printf("%02X", (uint8_t)(t_arg[y].key & 0xff));
|
||||
t_arg[y].key = t_arg[y].key >> 8;
|
||||
|
|
Loading…
Reference in a new issue