mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
style
This commit is contained in:
parent
72900d1bf9
commit
e50459b2c5
6 changed files with 45 additions and 42 deletions
|
@ -4466,9 +4466,10 @@
|
|||
"options": [
|
||||
"-h, --help This help",
|
||||
"--blk <dec> Target block",
|
||||
"-b Target key B instead of default key A"
|
||||
"-b Target key B instead of default key A",
|
||||
"-c <dec> Target Auth 6x"
|
||||
],
|
||||
"usage": "hf mf darkside [-hb] [--blk <dec> ]"
|
||||
"usage": "hf mf darkside [-hb] [--blk <dec> ] [-c <dec>]"
|
||||
},
|
||||
"hf mf decrypt": {
|
||||
"command": "hf mf decrypt",
|
||||
|
@ -12885,6 +12886,6 @@
|
|||
"metadata": {
|
||||
"commands_extracted": 743,
|
||||
"extracted_by": "PM3Help2JSON v1.00",
|
||||
"extracted_on": "2024-09-05T16:36:25"
|
||||
"extracted_on": "2024-09-06T20:59:05"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -480,8 +480,10 @@ int main(int argc, char *argv[]) {
|
|||
printf("\n" _RED_("!!!") " failed to find a key\n\n");
|
||||
} else {
|
||||
printf("Found match:\n");
|
||||
printf("rngmatch.... "); print_hex(g_rngmatch, sizeof(g_rngmatch));
|
||||
printf("rngstate.... "); print_hex(g_rngstate, sizeof(g_rngstate));
|
||||
printf("rngmatch.... ");
|
||||
print_hex(g_rngmatch, sizeof(g_rngmatch));
|
||||
printf("rngstate.... ");
|
||||
print_hex(g_rngstate, sizeof(g_rngstate));
|
||||
printf("bitoffset... %d\n", g_bitoffset);
|
||||
|
||||
Hitag_State hstate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue