mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-21 10:13:10 +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",
|
||
|
};
|