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

Thrown when an error occurs while using the Keystone engine for assembly. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::KeystoneAsmException:
arion_exception::ArionException

Public Member Functions

 KeystoneAsmException (ks_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 using the Keystone engine for assembly.

Constructor & Destructor Documentation

◆ KeystoneAsmException()

arion_exception::KeystoneAsmException::KeystoneAsmException ( ks_err  err)
inlineexplicit

Builder for KeystoneAsmException instances.

Parameters
[in]errError code returned by the Keystone engine.

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