Add Mfkey32 application (#2517)

* Add Mfkey32 application
* Fine tune RAM requirements, use FZ notification service API
* Fix PVS security warnings, fix issue with cracking keys on the FZ
* Prefer on-device or Flipper mobile app (seamless)
* Mfkey32: change app category to NFC
* Mfkey32: set target to f7 only
* Silence PVS false positives
* Correct PVS codes

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Nathan Nye
2023-05-08 21:45:59 -04:00
committed by GitHub
parent e1c6e78b2e
commit d5403a089c
5 changed files with 1368 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ void nfc_scene_mfkey_complete_on_enter(void* context) {
AlignCenter,
AlignCenter,
FontSecondary,
"Now use mfkey32v2\nto extract keys");
"Now use Mfkey32\nto extract keys");
widget_add_button_element(
nfc->widget, GuiButtonTypeCenter, "OK", nfc_scene_mfkey_complete_callback, nfc);
@@ -46,4 +46,4 @@ void nfc_scene_mfkey_complete_on_exit(void* context) {
Nfc* nfc = context;
widget_reset(nfc->widget);
}
}