mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
style
This commit is contained in:
parent
a223570dbf
commit
18e4c072e7
4 changed files with 8 additions and 6 deletions
|
@ -356,7 +356,7 @@ const static vocabulary_t vocabulary[] = {
|
|||
{ 0, "hf mf fchk" },
|
||||
{ 1, "hf mf decrypt" },
|
||||
{ 0, "hf mf supercard" },
|
||||
{ 1, "hf mf blgen" },
|
||||
{ 1, "hf mf bambukeys" },
|
||||
{ 0, "hf mf auth4" },
|
||||
{ 1, "hf mf acl" },
|
||||
{ 0, "hf mf dump" },
|
||||
|
|
|
@ -13371,6 +13371,6 @@
|
|||
"metadata": {
|
||||
"commands_extracted": 768,
|
||||
"extracted_by": "PM3Help2JSON v1.00",
|
||||
"extracted_on": "2025-05-27T08:11:15"
|
||||
"extracted_on": "2025-05-28T18:50:22"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -272,7 +272,9 @@ static uint64_t **unpredictable_nested(NtpKs1List *pNKL, uint32_t keyCounts[]) {
|
|||
pthread_cond_wait(&status_cond, &status_mutex);
|
||||
activeThreads = 0;
|
||||
for (int i = 0; i < NUM_THREADS; i++) {
|
||||
if (thread_status[i]) activeThreads++;
|
||||
if (thread_status[i]) {
|
||||
activeThreads++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue