mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-19 01:03:22 +00:00
20 lines
409 B
Text
20 lines
409 B
Text
|
App(
|
||
|
appid="pacs_fuzzer",
|
||
|
name="Fuzzer Gui",
|
||
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
entry_point="fuzzer_start",
|
||
|
requires=[
|
||
|
"gui",
|
||
|
"storage",
|
||
|
"dialogs",
|
||
|
"input",
|
||
|
"notification",
|
||
|
],
|
||
|
stack_size=2 * 1024,
|
||
|
order=15,
|
||
|
fap_icon="rfid_10px.png",
|
||
|
fap_category="Debug",
|
||
|
# fap_icon_assets="images",
|
||
|
# fap_icon_assets_symbol="fuzzer",
|
||
|
)
|