retdec
mips.h
Go to the documentation of this file.
1 
7 #ifndef RETDEC_CAPSTONE2LLVMIR_MIPS_MIPS_H
8 #define RETDEC_CAPSTONE2LLVMIR_MIPS_MIPS_H
9 
12 
13 namespace retdec {
14 namespace capstone2llvmir {
15 
20 {
21 
22 };
23 
24 } // namespace capstone2llvmir
25 } // namespace retdec
26 
27 #endif
Common public interface for translators converting bytes to LLVM IR.
Additional (on top of Capstone) definitions for MIPS translator.
Definition: archive_wrapper.h:19