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