Procházet zdrojové kódy

Squashed 'mfkey32/' changes from 5568d7374..7e5839ea5

7e5839ea5 fixing some big bugs
fd0154d99 update ofw plugins, add new plugins
5c7de4057 move base pack here
REVERT: 5568d7374 Added fap_version field to all apps (#15)
REVERT: 0f08e45e4 Add descriptions for all the faps (#13)
REVERT: 0ac0fed77 Manifest cleanup
REVERT: efecc74c9 Added app descriptions (#8)
REVERT: 05642f4b9 Screenshots for app catalog (#6)
REVERT: 733029276 Move apps from flipperzero firmware into separate repository

git-subtree-dir: mfkey32
git-subtree-split: 7e5839ea5e88686819c26bfc71fca34dda6e4cca
Willy-JL před 2 roky
rodič
revize
ffdb6e61cd
6 změnil soubory, kde provedl 2 přidání a 14 odebrání
  1. 0 12
      .catalog/README.md
  2. binární
      .catalog/screenshots/1.png
  3. binární
      .catalog/screenshots/2.png
  4. binární
      .catalog/screenshots/3.png
  5. 1 1
      application.fam
  6. 1 1
      mfkey32.c

+ 0 - 12
.catalog/README.md

@@ -1,12 +0,0 @@
-# Flipper Zero MFKey32
-
-This application allows you to calculate the keys to Mifare Classic cards from the nonces using the MFkey32 algorithm directly on your Flipper Zero. After collecting the nonces using the Detect Reader feature of the NFC app, they can be used to calculate the keys to the card in the MFKey32 app.
-
-## Usage
-
-After collecting nonces using the Detect Reader option, press the Start button in the MFKey32 app and wait for it to finish. The calculation can take more than 10 minutes, so you'll have to be patient. After the calculation is complete, the keys will be saved to the user key dictionary.
-
-## Credits
-
-Developers: noproto, AG
-Thanks: bettse

binární
.catalog/screenshots/1.png


binární
.catalog/screenshots/2.png


binární
.catalog/screenshots/3.png


+ 1 - 1
application.fam

@@ -10,7 +10,7 @@ App(
     ],
     stack_size=1 * 1024,
     fap_description="Mf Classic key finder",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_icon="mfkey.png",
     fap_category="NFC",
     fap_author="@noproto",

+ 1 - 1
mfkey32.c

@@ -1332,8 +1332,8 @@ int32_t mfkey32_main() {
             }
         }
 
-        view_port_update(view_port);
         furi_mutex_release(program_state->mutex);
+        view_port_update(view_port);
     }
 
     furi_thread_free(program_state->mfkeythread);