libTriton version 1.0 build 1592
|
#include <unordered_set>
#include <triton/dllexport.hpp>
#include <triton/memoryAccess.hpp>
#include <triton/modes.hpp>
#include <triton/register.hpp>
#include <triton/symbolicEngine.hpp>
#include <triton/tritonTypes.hpp>
Go to the source code of this file.
Classes | |
class | triton::engines::taint::TaintEngine |
The taint engine class. More... | |
Namespaces | |
namespace | triton |
The Triton namespace. | |
namespace | triton::engines |
The Engines namespace. | |
namespace | triton::engines::taint |
The Taint namespace. | |
Variables | |
const bool | triton::engines::taint::TAINTED = true |
Defines a tainted item. | |
const bool | triton::engines::taint::UNTAINTED = !TAINTED |
Defines an untainted item. | |