Electroneum
Loading...
Searching...
No Matches
Fuzzer Class Referenceabstract

#include <fuzzer.h>

Inheritance diagram for Fuzzer:

Public Member Functions

virtual int init ()
virtual int run (const std::string &filename)=0

Detailed Description

Definition at line 32 of file fuzzer.h.

Member Function Documentation

◆ init()

virtual int Fuzzer::init ( )
inlinevirtual

Reimplemented in Base58Fuzzer, ColdOutputsFuzzer, ColdTransactionFuzzer, HTTPClientFuzzer, LevinFuzzer, ParseURLFuzzer, PortableStorageFuzzer, PortableStorageFuzzer, and SignatureFuzzer.

Definition at line 35 of file fuzzer.h.

35{ return 0; }
Here is the caller graph for this function:

◆ run()

virtual int Fuzzer::run ( const std::string & filename)
pure virtual

The documentation for this class was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/tests/fuzz/fuzzer.h