|
| virtual int | run (const std::string &filename) |
| |
| virtual int | init () |
| |
Definition at line 36 of file bulletproof.cpp.
◆ run()
| int BulletproofFuzzer::run |
( |
const std::string & |
filename | ) |
|
|
virtual |
Implements Fuzzer.
Definition at line 44 of file bulletproof.cpp.
50 std::cout <<
"Error: failed to load file " << filename << std::endl;
60 std::cout <<
"Error: failed to parse bulletproof from file " << filename << std::endl;
bool load_file_to_string(const std::string &path_to_file, std::string &target_str, size_t max_size=1000000000)
void serialize(Archive &a, unsigned_tx_set &x, const boost::serialization::version_type ver)
The documentation for this class was generated from the following file: