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