retdec-cpp
File List
Here is a list of all files with brief descriptions:
[detail level 123]
  doc
 doxygen.hDocumentation of the main page and the used namespaces
  include
  retdec
 analysis.hRepresentation of an analysis
 analysis_arguments.hArguments for analyses
 decompilation.hRepresentation of a decompilation
 decompilation_arguments.hArguments for decompilations
 decompiler.hRunner of decompilations
 exceptions.hExceptions
 file.hBase class and factory for file representations
 fileinfo.hRunner of analyses
 fwd_decls.hHeader file containing forward declarations for classes in the library
 resource.hBase class of all resources
 resource_arguments.hBase class of arguments for all services
 retdec.hHeader file for the library
 service.hBase class of all services
 settings.hLibrary settings
 test.hTesting service
  src
  retdec
 analysis.cppImplementation of the analysis
 analysis_arguments.cppImplementation of the analysis arguments
 decompilation.cppImplementation of the decompilation
 decompilation_arguments.cppImplementation of the decompilation arguments
 decompiler.cppImplementation of the decompilation service
 exceptions.cppImplementation of the exceptions
 file.cppImplementation of the representation and factory for files
 fileinfo.cppImplementation of the fileinfo service
 resource.cppImplementation of the base class of all resources
 resource_arguments.cppImplementation of the base class of arguments for all services
 service.cppImplementation of the base class of all services
 settings.cppImplementation of the library settings
 test.cppImplementation of the testing service
  tools
 decompiler.cppA sample application that uses the library to decompile binary files
 fileinfo.cppA sample application that uses the library to analyze binary files