mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-01-01 23:48:43 +00:00
7 lines
263 B
C
7 lines
263 B
C
|
#include "gui_const.h"
|
||
|
|
||
|
const char* fuzzer_attack_names[FuzzerMainMenuIndexMax] = {
|
||
|
[FuzzerMainMenuIndexDefaultValues] = "Default Values",
|
||
|
[FuzzerMainMenuIndexLoadFile] = "Load File",
|
||
|
[FuzzerMainMenuIndexLoadFileCustomUids] = "Load UIDs from file",
|
||
|
};
|