retdec-cpp
retdec.h
Go to the documentation of this file.
1 
11 #ifndef RETDEC_RETDEC_H
12 #define RETDEC_RETDEC_H
13 
14 #include "retdec/analysis.h"
16 #include "retdec/decompilation.h"
18 #include "retdec/decompiler.h"
19 #include "retdec/exceptions.h"
20 #include "retdec/file.h"
21 #include "retdec/fileinfo.h"
22 #include "retdec/settings.h"
23 
24 #endif
Representation of a decompilation.
Base class and factory for file representations.
Representation of an analysis.
Arguments for analyses.
Exceptions.
Runner of decompilations.
Runner of analyses.
Library settings.
Arguments for decompilations.