Electroneum
levin.cpp File Reference
Include dependency graph for levin.cpp:

Go to the source code of this file.

Classes

class  LevinFuzzer
 

Functions

int main (int argc, const char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
const char **  argv 
)

Definition at line 342 of file levin.cpp.

343 {
344  TRY_ENTRY();
345  LevinFuzzer fuzzer;
346  return run_fuzzer(argc, argv, fuzzer);
347  CATCH_ENTRY_L0("main", 1);
348 }
#define TRY_ENTRY()
Definition: misc_log_ex.h:151
int run_fuzzer(int argc, const char **argv, Fuzzer &fuzzer)
Definition: fuzzer.cpp:48
#define CATCH_ENTRY_L0(lacation, return_val)
Definition: misc_log_ex.h:165
Here is the call graph for this function: