libTriton version 1.0 build 1590
Loading...
Searching...
No Matches
symbolicEnums.hpp
Go to the documentation of this file.
1
2/*
3** Copyright (C) - Triton
4**
5** This program is under the terms of the Apache License 2.0.
6*/
7
8#ifndef TRITON_SYMBOLICENUMS_HPP
9#define TRITON_SYMBOLICENUMS_HPP
10
12#define TRITON_SYMVAR_NAME "SymVar_"
13
14
15
17namespace triton {
24 namespace engines {
32 namespace symbolic {
45
52
54 };
56 };
58};
59
60#endif /* TRITON_SYMBOLICENUMS_HPP */
expression_e
Type of symbolic expressions.
variable_e
Type of symbolic variable.
@ REGISTER_EXPRESSION
Assigned to a register expression.
@ MEMORY_EXPRESSION
Assigned to a memory expression.
@ VOLATILE_EXPRESSION
Assigned to a volatile expression.
@ REGISTER_VARIABLE
Variable assigned to a register.
@ MEMORY_VARIABLE
Variable assigned to a memory.
@ UNDEFINED_VARIABLE
Undefined assignment.
The Triton namespace.