Electroneum
Loading...
Searching...
No Matches
cold-outputs.cpp File Reference
Include dependency graph for cold-outputs.cpp:

Go to the source code of this file.

Classes

class  ColdOutputsFuzzer

Functions

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

Function Documentation

◆ main()

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

Definition at line 97 of file cold-outputs.cpp.

98{
99 TRY_ENTRY();
100 ColdOutputsFuzzer fuzzer;
101 return run_fuzzer(argc, argv, fuzzer);
102 CATCH_ENTRY_L0("main", 1);
103}
int run_fuzzer(int argc, const char **argv, Fuzzer &fuzzer)
Definition fuzzer.cpp:48
#define CATCH_ENTRY_L0(lacation, return_val)
#define TRY_ENTRY()
Here is the call graph for this function: