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