mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Update ikeys.c
Fixed comments and removed commented lines Signed-off-by: Antiklesys <syselkitna@gmail.com>
This commit is contained in:
parent
946ae5d3d6
commit
f5d8ba3225
1 changed files with 1 additions and 2 deletions
|
@ -619,11 +619,10 @@ void invert_hash0(uint8_t k[8]) {
|
||||||
if(image_match){
|
if(image_match){
|
||||||
PrintAndLogEx(INFO, _GREEN_("Valid pre-image: ")_YELLOW_("%s"), sprint_hex(des_pre_image, sizeof(des_pre_image)));
|
PrintAndLogEx(INFO, _GREEN_("Valid pre-image: ")_YELLOW_("%s"), sprint_hex(des_pre_image, sizeof(des_pre_image)));
|
||||||
}else if (!image_match && g_debugMode > 0){
|
}else if (!image_match && g_debugMode > 0){
|
||||||
//}else if (!image_match){ //debug only
|
|
||||||
PrintAndLogEx(INFO, _RED_("Invalid pre-image: %s"), sprint_hex(des_pre_image, sizeof(des_pre_image)));
|
PrintAndLogEx(INFO, _RED_("Invalid pre-image: %s"), sprint_hex(des_pre_image, sizeof(des_pre_image)));
|
||||||
}
|
}
|
||||||
// Free allocated memory
|
|
||||||
}
|
}
|
||||||
|
// Free allocated memory
|
||||||
free(hydra_heads);
|
free(hydra_heads);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue