Skip to content

Commit

Permalink
Add crash credits and increase version --nobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Oct 1, 2023
1 parent 3f4e6be commit d49ec19
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
9 changes: 5 additions & 4 deletions applications/external/apple_ble_spam/apple_ble_spam.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ typedef struct {

// Hacked together by @Willy-JL
// Custom adv logic by @Willy-JL (idea by @xMasterX)
// iOS 17 Crash by @ECTO-1A
// Extensive testing and research on behavior and parameters by @Willy-JL and @ECTO-1A
// Structures docs and Nearby Action IDs from https://github.com/furiousMAC/continuity/
// Proximity Pair IDs from https://github.com/ECTO-1A/AppleJuice/
Expand Down Expand Up @@ -686,10 +687,10 @@ static void draw_callback(Canvas* canvas, void* ctx) {
48,
AlignLeft,
AlignTop,
"App+spam by \e#WillyJL\e# XFW\n"
"Pair codes by \e#ECTO-1A\e#\n"
"BLE docs by \e#furiousMAC\e#\n"
" Version \e#1.1\e#",
"App+Spam by \e#WillyJL\e# XFW\n"
"IDs and Crash by \e#ECTO-1A\e#\n"
"Continuity by \e#furiousMAC\e#\n"
" Version \e#1.2\e#",
false);
break;
default: {
Expand Down
2 changes: 1 addition & 1 deletion applications/external/apple_ble_spam/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ App(
],
fap_author="@Willy-JL & @ECTO-1A",
fap_weburl="https://github.com/Flipper-XFW/Xtreme-Firmware/tree/dev/applications/external/apple_ble_spam",
fap_version="1.1",
fap_version="1.2",
fap_description="Spam Apple devices with annoying popups and notifications via BLE packets",
)
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

// Hacked together by @Willy-JL
// Custom adv logic by @Willy-JL (idea by @xMasterX)
// iOS 17 Crash by @ECTO-1A
// Extensive testing and research on behavior and parameters by @Willy-JL and @ECTO-1A
// Structures docs and Nearby Action IDs from https://github.com/furiousMAC/continuity/
// Proximity Pair IDs from https://github.com/ECTO-1A/AppleJuice/
Expand Down Expand Up @@ -139,8 +140,9 @@ void continuity_generate_packet(const ContinuityMsg* msg, uint8_t* packet) {
break;

case ContinuityTypeCustomCrash:
i -= 2; // Override segment header
// Found by @ECTO-1A

i -= 2; // Override segment header
packet[i++] = ContinuityTypeNearbyAction; // Type
packet[i++] = 0x05; // Length
packet[i++] = 0xC1; // Action Flags
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

// Hacked together by @Willy-JL
// Custom adv logic by @Willy-JL (idea by @xMasterX)
// iOS 17 Crash by @ECTO-1A
// Extensive testing and research on behavior and parameters by @Willy-JL and @ECTO-1A
// Structures docs and Nearby Action IDs from https://github.com/furiousMAC/continuity/
// Proximity Pair IDs from https://github.com/ECTO-1A/AppleJuice/
Expand Down

0 comments on commit d49ec19

Please sign in to comment.