mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 21:13:16 +00:00
13 lines
359 B
Text
13 lines
359 B
Text
App(
|
|
appid="iBtn_Fuzzer",
|
|
name="iButton Fuzzer",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="ibtnfuzzer_start",
|
|
cdefines=["APP_IBTN_FUZZ"],
|
|
requires=["gui", "storage", "dialogs", "input", "notification"],
|
|
stack_size=1 * 1024,
|
|
order=15,
|
|
fap_icon="ibutt_10px.png",
|
|
fap_category="Tools",
|
|
fap_icon_assets="images",
|
|
)
|