libTriton version 1.0 build 1590
Loading...
Searching...
No Matches
Namespaces | Variables
stubs.hpp File Reference
#include <map>
#include <vector>
#include <triton/tritonTypes.hpp>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  triton
 The Triton namespace.
 

Variables

std::map< std::string, triton::uint64triton::stubs::x8664::systemv::libc::symbols
 
std::vector< triton::uint8triton::stubs::x8664::systemv::libc::code
 
std::map< std::string, triton::uint64triton::stubs::x8664::ms::libc::symbols
 
std::vector< triton::uint8triton::stubs::x8664::ms::libc::code
 
std::map< std::string, triton::uint64triton::stubs::i386::systemv::libc::symbols
 
std::vector< triton::uint8triton::stubs::i386::systemv::libc::code
 
std::map< std::string, triton::uint64triton::stubs::aarch64::libc::symbols
 
std::vector< triton::uint8triton::stubs::aarch64::libc::code
 

Variable Documentation

◆ code [1/4]

std::vector< triton::uint8 > triton::stubs::aarch64::libc::code

Position independent code of some libc functions

Definition at line 104 of file aarch64-libc.cpp.

◆ code [2/4]

std::vector< triton::uint8 > triton::stubs::i386::systemv::libc::code

Position independent code of some libc functions

Definition at line 107 of file i386-systemv-libc.cpp.

◆ code [3/4]

std::vector< triton::uint8 > triton::stubs::x8664::ms::libc::code

Position independent code of some libc functions

Definition at line 105 of file x8664-ms-libc.cpp.

◆ code [4/4]

std::vector< triton::uint8 > triton::stubs::x8664::systemv::libc::code

Position independent code of some libc functions

Definition at line 105 of file x8664-systemv-libc.cpp.

◆ symbols [1/4]

std::map< std::string, triton::uint64 > triton::stubs::aarch64::libc::symbols

Symbols mapping. Each entry points on its position in systemv::libc::code.

Definition at line 17 of file aarch64-libc.cpp.

◆ symbols [2/4]

std::map< std::string, triton::uint64 > triton::stubs::i386::systemv::libc::symbols

Symbols mapping. Each entry points on its position in systemv::libc::code.

Definition at line 18 of file i386-systemv-libc.cpp.

◆ symbols [3/4]

std::map< std::string, triton::uint64 > triton::stubs::x8664::ms::libc::symbols

Symbols mapping. Each entry points on its position in ms::libc::code.

Definition at line 18 of file x8664-ms-libc.cpp.

◆ symbols [4/4]

std::map< std::string, triton::uint64 > triton::stubs::x8664::systemv::libc::symbols

Symbols mapping. Each entry points on its position in systemv::libc::code.

Definition at line 18 of file x8664-systemv-libc.cpp.