libTriton version 1.0 build 1592
|
Go to the source code of this file.
Namespaces | |
namespace | triton |
The Triton namespace. | |
Variables | |
std::map< std::string, triton::uint64 > | triton::stubs::x8664::systemv::libc::symbols |
std::vector< triton::uint8 > | triton::stubs::x8664::systemv::libc::code |
std::map< std::string, triton::uint64 > | triton::stubs::x8664::ms::libc::symbols |
std::vector< triton::uint8 > | triton::stubs::x8664::ms::libc::code |
std::map< std::string, triton::uint64 > | triton::stubs::i386::systemv::libc::symbols |
std::vector< triton::uint8 > | triton::stubs::i386::systemv::libc::code |
std::map< std::string, triton::uint64 > | triton::stubs::aarch64::libc::symbols |
std::vector< triton::uint8 > | triton::stubs::aarch64::libc::code |
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.
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.
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.
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.
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.
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.
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.
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.