Moved Bad USB to FAP
Added Bad USB Dummy Loader for Main Menu Moved UniRFRemix files back to Main (Not sure why I moved them to Plugins)
@@ -11,7 +11,8 @@ App(
|
||||
"lfrfid",
|
||||
"nfc",
|
||||
"subghz",
|
||||
"bad_usb",
|
||||
#"bad_usb",
|
||||
"bad_usb_loader",
|
||||
# "u2f",
|
||||
"u2f_loader",
|
||||
"fap_loader",
|
||||
|
||||
@@ -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=[
|
||||
@@ -11,4 +11,7 @@ App(
|
||||
stack_size=2 * 1024,
|
||||
icon="A_BadUsb_14",
|
||||
order=70,
|
||||
fap_category="Main",
|
||||
fap_icon="badusb_10px.png",
|
||||
fap_icon_assets="images",
|
||||
)
|
||||
|
||||
BIN
applications/main/bad_usb/badusb_10px.png
Normal file
|
After Width: | Height: | Size: 576 B |
BIN
applications/main/bad_usb/images/ActiveConnection_50x64.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
applications/main/bad_usb/images/Clock_18x18.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
applications/main/bad_usb/images/Error_18x18.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
applications/main/bad_usb/images/EviSmile1_18x21.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
applications/main/bad_usb/images/EviSmile2_18x21.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
applications/main/bad_usb/images/EviWaiting1_18x21.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
applications/main/bad_usb/images/EviWaiting2_18x21.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
applications/main/bad_usb/images/Percent_10x14.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
applications/main/bad_usb/images/SDQuestion_35x43.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
applications/main/bad_usb/images/Smile_18x18.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
applications/main/bad_usb/images/UsbTree_48x22.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
applications/main/bad_usb/images/badusb_10px.png
Normal file
|
After Width: | Height: | Size: 576 B |
BIN
applications/main/bad_usb/images/keyboard_10px.png
Normal file
|
After Width: | Height: | Size: 147 B |
14
applications/main/bad_usb_loader/application.fam
Normal file
@@ -0,0 +1,14 @@
|
||||
App(
|
||||
appid="bad_usb_loader",
|
||||
name="Bad USB",
|
||||
apptype=FlipperAppType.APP,
|
||||
entry_point="bad_usb_loader_app",
|
||||
requires=[
|
||||
"gui",
|
||||
"dialogs",
|
||||
],
|
||||
stack_size=int(2 * 1024),
|
||||
icon="A_BadUsb_14",
|
||||
order=80,
|
||||
link="/ext/apps/Main/bad_usb.fap",
|
||||
)
|
||||
9
applications/main/bad_usb_loader/bad_usb_loader_app.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <applications/services/loader/loader_i.h>
|
||||
|
||||
#define TAG "bad_usb_loader_app"
|
||||
|
||||
int32_t bad_usb_loader_app(void* p) {
|
||||
UNUSED(p);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Before Width: | Height: | Size: 102 B After Width: | Height: | Size: 102 B |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 102 B After Width: | Height: | Size: 102 B |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 154 B After Width: | Height: | Size: 154 B |
|
Before Width: | Height: | Size: 299 B After Width: | Height: | Size: 299 B |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |