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

Thrown when an error occurs while reading from memory with Unicorn engine. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::UnicornMemReadException:
arion_exception::ArionException

Public Member Functions

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

Detailed Description

Thrown when an error occurs while reading from memory with Unicorn engine.

Constructor & Destructor Documentation

◆ UnicornMemReadException()

arion_exception::UnicornMemReadException::UnicornMemReadException ( uc_err  err)
inlineexplicit

Builder for UnicornMemReadException instances.

Parameters
[in]errError code from Unicorn engine.

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