BADUSB Close but no cigar...

This commit is contained in:
RogueMaster
2022-11-02 19:23:14 -04:00
parent ac08140a0c
commit cb9ce4e9cf
16 changed files with 8 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
App(
appid="bad_usb",
name="Bad USB",
apptype=FlipperAppType.APP,
apptype=FlipperAppType.EXTERNAL,
entry_point="bad_usb_app",
cdefines=["APP_BAD_USB"],
requires=[
@@ -9,6 +9,10 @@ App(
"dialogs",
],
stack_size=2 * 1024,
icon="A_BadUsb_14",
# icon="A_BadUsb_14",
order=70,
fap_category="Main",
fap_icon="gpioIcon.png",
fap_icon_assets="images",
)

View File

@@ -3,6 +3,7 @@
#include "bad_usb_app.h"
#include "scenes/bad_usb_scene.h"
#include "bad_usb_script.h"
#include "bad_usb_icons.h"
#include <gui/gui.h>
#include <assets_icons.h>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 576 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 B

View File

@@ -2,7 +2,7 @@
#include "../bad_usb_script.h"
#include <toolbox/path.h>
#include <gui/elements.h>
#include <assets_icons.h>
#include <bad_usb_icons.h>
#define MAX_NAME_LEN 64