mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-08 05:39:09 -07:00
20 lines
554 B
Plaintext
20 lines
554 B
Plaintext
App(
|
|
appid="mifare_fuzzer",
|
|
name="Mifare Fuzzer",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="mifare_fuzzer_app",
|
|
requires=[
|
|
"storage",
|
|
"gui",
|
|
],
|
|
stack_size=4 * 1024,
|
|
order=30,
|
|
fap_icon="images/mifare_fuzzer_10px.png",
|
|
fap_category="NFC",
|
|
fap_icon_assets="images",
|
|
fap_author="@spheeere98",
|
|
fap_weburl="https://github.com/spheeere98/mifare_fuzzer",
|
|
fap_version="1.0",
|
|
fap_description="App emulates Mifare Classic cards with various UIDs to check how reader reacts on them",
|
|
)
|