Added the current first and last password candidate test queued for execution per device on status view

This commit is contained in:
jsteube
2016-10-04 18:30:00 +02:00
parent 0b2c568ba6
commit eeb8210951
10 changed files with 360 additions and 248 deletions
+3
View File
@@ -8,6 +8,9 @@
#include <ctype.h>
bool need_hexify (const u8 *buf, const int len);
void exec_hexify (const u8 *buf, const int len, u8 *out);
bool is_valid_hex_char (const u8 c);
u8 hex_convert (const u8 c);