MX 2 лет назад
Родитель
Сommit
be4400adda
3 измененных файлов с 5 добавлено и 3 удалено
  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
 - Improved pause during attack
     - Added the ability to switch UID

+ 2 - 2
application.fam

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

+ 1 - 1
fuzzer_i.h

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