소스 검색

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. BIN
      mfkey32/.catalog/screenshots/1.png
  3. BIN
      mfkey32/.catalog/screenshots/2.png
  4. BIN
      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

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);