Remove not requiered anticol and configuration, its speed up default keys search
This commit is contained in:
parent
262e206b0a
commit
3b02985173
1 changed files with 0 additions and 2 deletions
|
@ -311,8 +311,6 @@ int main(int argc, char * const argv[]) {
|
||||||
fprintf(stdout, ".");
|
fprintf(stdout, ".");
|
||||||
}
|
}
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
mf_configure(r.pdi);
|
|
||||||
mf_anticollision(t, r);
|
|
||||||
// fprintf(stdout, "\nSuccess: AUTH [Key %c:%012llx] sector %02x t_block %02x\n",
|
// fprintf(stdout, "\nSuccess: AUTH [Key %c:%012llx] sector %02x t_block %02x\n",
|
||||||
// (mc == MC_AUTH_A ? 'A' :'B'), bytes_to_num(mp.mpa.abtKey, 6), i, block);
|
// (mc == MC_AUTH_A ? 'A' :'B'), bytes_to_num(mp.mpa.abtKey, 6), i, block);
|
||||||
// Save position of a trailer block to sector struct
|
// Save position of a trailer block to sector struct
|
||||||
|
|
Loading…
Reference in a new issue