mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-21 05:04:46 -07: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",
|
|
}; |