libTriton version 1.0 build 1590
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 #include <capstone/x86.h>
37 };
38
40 };
42};
43
44#endif /* TRITON_EXTERNALLIBS_HPP */
The Triton namespace.