libTriton version 1.0 build 1592
Loading...
Searching...
No Matches
externalLibs.hpp
Go to the documentation of this file.
1
2/*
3** Copyright (C) - Triton
4**
5** This program is under the terms of the Apache License 2.0.
6*/
7
8#ifndef TRITON_EXTERNALLIBS_HPP
9#define TRITON_EXTERNALLIBS_HPP
10
11
12
14namespace triton {
20 namespace extlibs {
27 namespace capstone {
32 #include <capstone/arm.h>
33 #include <capstone/arm64.h>
34 #include <capstone/capstone.h>
35 #ifdef COMPILE_RISCV
36 #include <capstone/riscv.h>
37 #endif
38 #include <capstone/x86.h>
40 };
41
43 };
45};
46
47#endif /* TRITON_EXTERNALLIBS_HPP */
The Triton namespace.