mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
CHG: minor code clean up
ADD: added some helper-functions in util.c
This commit is contained in:
parent
3af373f352
commit
79544b28ad
4 changed files with 149 additions and 3 deletions
|
@ -514,7 +514,6 @@ int bruteforceDump(uint8_t dump[], size_t dumpsize, uint16_t keytable[])
|
|||
*/
|
||||
int bruteforceFile(const char *filename, uint16_t keytable[])
|
||||
{
|
||||
|
||||
FILE *f = fopen(filename, "rb");
|
||||
if(!f) {
|
||||
prnlog("Failed to read from file '%s'", filename);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue