Просмотр исходного кода

Merge mfkey32 from https://github.com/xMasterX/all-the-plugins

Willy-JL 2 лет назад
Родитель
Сommit
cef8551f03

+ 0 - 12
mfkey32/.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
mfkey32/.catalog/screenshots/1.png


BIN
mfkey32/.catalog/screenshots/2.png


BIN
mfkey32/.catalog/screenshots/3.png


+ 1 - 1
mfkey32/mfkey32.c

@@ -1337,8 +1337,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);