libTriton version 1.0 build 1592
|
#include <triton/pythonObjects.hpp>
#include <triton/pythonUtils.hpp>
#include <triton/pythonXFunctions.hpp>
#include <triton/coreUtils.hpp>
#include <triton/exceptions.hpp>
#include <triton/instruction.hpp>
#include <iostream>
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 | |
void | triton::bindings::python::Instruction_dealloc (PyObject *self) |
Instruction destructor. | |
PyObject * | triton::bindings::python::PyInstruction (void) |
Creates the Instruction python class. | |
PyObject * | triton::bindings::python::PyInstruction (const triton::arch::Instruction &inst) |
Creates the Instruction python class. | |
PyObject * | triton::bindings::python::PyInstruction (const void *opcodes, triton::uint32 opSize) |
Creates the Instruction python class. | |
PyObject * | triton::bindings::python::PyInstruction (triton::uint64 addr, const void *opcodes, triton::uint32 opSize) |
Creates the Instruction python class. | |
Variables | |
PyMethodDef | triton::bindings::python::Instruction_callbacks [] |
Instruction methods. | |
PyTypeObject | triton::bindings::python::Instruction_Type |
pyInstruction type. | |