libTriton version 1.0 build 1590
Loading...
Searching...
No Matches
Classes | Namespaces | Variables
taintEngine.hpp File Reference
#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>
This graph shows which files directly or indirectly include this file:

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.