libTriton version 1.0 build 1590
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
pyTritonContext.cpp File Reference
#include <triton/pythonObjects.hpp>
#include <triton/pythonUtils.hpp>
#include <triton/pythonXFunctions.hpp>
#include <triton/arm32Cpu.hpp>
#include <triton/context.hpp>
#include <triton/exceptions.hpp>
#include <triton/register.hpp>

Go to the source code of this file.

Namespaces

namespace  triton
 The Triton namespace.
 
namespace  triton::bindings
 The Bindings namespace.
 
namespace  triton::bindings::python
 The Python namespace.
 

Functions

PyObject * triton::bindings::python::PyTritonContext (void)
 Creates the new TritonContext python class.
 
PyObject * triton::bindings::python::PyTritonContext (triton::arch::architecture_e arch)
 Creates the new TritonContext python class.
 
PyObject * triton::bindings::python::PyTritonContextRef (triton::Context &ctx)
 Creates a TritonContext python class which is a reference to another Context.
 

Variables

PyMethodDef triton::bindings::python::TritonContext_callbacks []
 TritonContext methods.
 
PyTypeObject triton::bindings::python::TritonContext_Type
 Description of the python representation of a TritonContext.