Skip to content

Commit

Permalink
Pull rogue version
Browse files Browse the repository at this point in the history
  • Loading branch information
H4ckd4ddy committed Aug 27, 2023
1 parent 0c912f5 commit 0452b35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 5 additions & 2 deletions application.fam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
App(
appid="GPIO_Sentry_Safe",
appid="gpio_sentry_safe",
name="[GPIO] Sentry Safe",
apptype=FlipperAppType.EXTERNAL,
entry_point="sentry_safe_app",
Expand All @@ -8,4 +8,7 @@ App(
order=40,
fap_icon="safe_10px.png",
fap_category="GPIO",
)
fap_author="@H4ckd4ddy,
fap_version=(1, 0),
fap_description="App exploiting vulnerability to open any Sentry Safe and Master Lock electronic safe without any pin code via UART pins.",
)
2 changes: 0 additions & 2 deletions sentry_safe.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <gui/gui.h>
#include <input/input.h>
#include <stdlib.h>
#include <dolphin/dolphin.h>

#include <furi_hal.h>

Expand Down Expand Up @@ -85,7 +84,6 @@ int32_t sentry_safe_app(void* p) {
UNUSED(p);

FuriMessageQueue* event_queue = furi_message_queue_alloc(8, sizeof(Event));
DOLPHIN_DEED(DolphinDeedPluginStart);

SentryState* sentry_state = malloc(sizeof(SentryState));

Expand Down

0 comments on commit 0452b35

Please sign in to comment.