mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-19 01:03:22 +00:00
12 lines
No EOL
260 B
C
12 lines
No EOL
260 B
C
#pragma once
|
|
|
|
// TODO replace it
|
|
typedef enum {
|
|
FuzzerMainMenuIndexDefaultValues = 0,
|
|
FuzzerMainMenuIndexLoadFile,
|
|
FuzzerMainMenuIndexLoadFileCustomUids,
|
|
|
|
FuzzerMainMenuIndexMax,
|
|
} FuzzerMainMenuIndex;
|
|
|
|
extern const char* fuzzer_attack_names[]; |