libTriton
version 1.0 build 1530
|
This interface is used as abstract semantics interface. All ISA semantics must use this interface. More...
#include <semanticsInterface.hpp>
Public Member Functions | |
virtual TRITON_EXPORT | ~SemanticsInterface () |
Destructor. | |
virtual TRITON_EXPORT bool | buildSemantics (triton::arch::Instruction &inst)=0 |
Builds the semantics of the instruction. Returns true if the instruction is supported. | |
This interface is used as abstract semantics interface. All ISA semantics must use this interface.
Definition at line 33 of file semanticsInterface.hpp.