Arion 1.0.2-alpha
A high-performance C++ framework for emulating executable binaries.
 
Loading...
Searching...
No Matches
arion_exception::UnicornAflNoExitsException Class Reference

Thrown when no exits are specified while fuzzing with UnicornAFL engine. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::UnicornAflNoExitsException:
arion_exception::ArionException

Public Member Functions

 UnicornAflNoExitsException ()
 
- Public Member Functions inherited from arion_exception::ArionException
 ArionException (std::string msg)
 
const char * what () const noexcept override
 

Detailed Description

Thrown when no exits are specified while fuzzing with UnicornAFL engine.

Constructor & Destructor Documentation

◆ UnicornAflNoExitsException()

arion_exception::UnicornAflNoExitsException::UnicornAflNoExitsException ( )
inlineexplicit

Builder for UnicornAflNoExitsException instances.


The documentation for this class was generated from the following file: