Add Apple BLE Spam app

This commit is contained in:
Willy-JL
2023-09-03 16:58:52 +02:00
parent 77c4ebbe8c
commit bf41740b8f
3 changed files with 166 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
App(
appid="apple_ble_spam",
name="Apple BLE Spam",
apptype=FlipperAppType.EXTERNAL,
entry_point="apple_ble_spam",
requires=["gui"],
stack_size=1 * 1024,
fap_icon="icons/apple_10px.png",
fap_category="Bluetooth",
fap_author="@Willy-JL & @techryptic",
fap_version="1.0",
fap_icon_assets="icons",
fap_description="Spam Apple devices with annoying popups and notifications via BLE packets",
)