retdec
capstone.h
Go to the documentation of this file.
1 
7 #ifndef RETDEC_BIN2LLVMIR_UTILS_CAPSTONE_H
8 #define RETDEC_BIN2LLVMIR_UTILS_CAPSTONE_H
9 
10 #include <capstone/capstone.h>
11 
13 
14 namespace retdec {
15 namespace bin2llvmir {
16 namespace capstone_utils {
17 
18 std::string mode2string(const common::Architecture& arch, cs_mode m);
19 
20 } // namespace capstone_utils
21 } // namespace bin2llvmir
22 } // namespace retdec
23 
24 #endif
Definition: architecture.h:19
Common architecture representation.
The frontend-end part of the decompiler.
std::string mode2string(const common::Architecture &arch, cs_mode m)
Definition: capstone.cpp:15
Definition: archive_wrapper.h:19