瀏覽代碼

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

Willy-JL 2 年之前
父節點
當前提交
cef8551f03
共有 5 個文件被更改,包括 1 次插入13 次删除
  1. 0 12
      mfkey32/.catalog/README.md
  2. 二進制
      mfkey32/.catalog/screenshots/1.png
  3. 二進制
      mfkey32/.catalog/screenshots/2.png
  4. 二進制
      mfkey32/.catalog/screenshots/3.png
  5. 1 1
      mfkey32/mfkey32.c

+ 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

二進制
mfkey32/.catalog/screenshots/1.png


二進制
mfkey32/.catalog/screenshots/2.png


二進制
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);