Browse Source

fixes part 2

MX 2 years ago
parent
commit
be4400adda
3 changed files with 5 additions and 3 deletions
  1. 2 0
      CHANGELOG.md
  2. 2 2
      application.fam
  3. 1 1
      fuzzer_i.h

+ 2 - 0
CHANGELOG.md

@@ -1,3 +1,5 @@
+## v1.2
+- Fixes for new auto-naming system
 ## v1.1
 ## v1.1
 - Improved pause during attack
 - Improved pause during attack
     - Added the ability to switch UID
     - Added the ability to switch UID

+ 2 - 2
application.fam

@@ -13,7 +13,7 @@ App(
     stack_size=2 * 1024,
     stack_size=2 * 1024,
     fap_author="gid9798 xMasterX",
     fap_author="gid9798 xMasterX",
     fap_weburl="https://github.com/DarkFlippers/Multi_Fuzzer",
     fap_weburl="https://github.com/DarkFlippers/Multi_Fuzzer",
-    fap_version="1.1",
+    fap_version="1.2",
     targets=["f7"],
     targets=["f7"],
     fap_description="Fuzzer for ibutton readers",
     fap_description="Fuzzer for ibutton readers",
     fap_icon="icons/ibutt_10px.png",
     fap_icon="icons/ibutt_10px.png",
@@ -43,7 +43,7 @@ App(
     stack_size=2 * 1024,
     stack_size=2 * 1024,
     fap_author="gid9798 xMasterX",
     fap_author="gid9798 xMasterX",
     fap_weburl="https://github.com/DarkFlippers/Multi_Fuzzer",
     fap_weburl="https://github.com/DarkFlippers/Multi_Fuzzer",
-    fap_version="1.1",
+    fap_version="1.2",
     targets=["f7"],
     targets=["f7"],
     fap_description="Fuzzer for lfrfid readers",
     fap_description="Fuzzer for lfrfid readers",
     fap_icon="icons/rfid_10px.png",
     fap_icon="icons/rfid_10px.png",

+ 1 - 1
fuzzer_i.h

@@ -24,7 +24,7 @@
 #include "fuzzer_icons.h"
 #include "fuzzer_icons.h"
 
 
 #define FUZZ_TIME_DELAY_MAX (80)
 #define FUZZ_TIME_DELAY_MAX (80)
-#define KEY_NAME_SIZE 22
+#define KEY_NAME_SIZE 24
 
 
 typedef struct {
 typedef struct {
     const char* custom_dict_extension;
     const char* custom_dict_extension;