Electroneum
Loading...
Searching...
No Matches
bulletproof.cpp File Reference
Include dependency graph for bulletproof.cpp:

Go to the source code of this file.

Classes

class  BulletproofFuzzer

Functions

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

Function Documentation

◆ main()

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

Definition at line 66 of file bulletproof.cpp.

67{
68 TRY_ENTRY();
69 BulletproofFuzzer fuzzer;
70 return run_fuzzer(argc, argv, fuzzer);
71 CATCH_ENTRY_L0("main", 1);
72}
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: