retdec
coff_wrapper.h
Go to the documentation of this file.
1 
7 #ifndef FILEINFO_FILE_WRAPPER_COFF_WRAPPER_H
8 #define FILEINFO_FILE_WRAPPER_COFF_WRAPPER_H
9 
13 
14 namespace retdec {
15 namespace fileinfo {
16 
21 {
22  public:
23  CoffWrapper(std::string pathToFile, retdec::fileformat::LoadFlags loadFlags);
24 
27  const llvm::object::COFFObjectFile* getCoffParser() const;
28  std::string getTypeOfFile() const;
30 };
31 
32 } // namespace fileinfo
33 } // namespace retdec
34 
35 #endif
Definition: coff_format.h:32
LoadFlags loadFlags
load flags for configurable file loading
Definition: file_format.h:51
Definition: coff_wrapper.h:21
std::string getTypeOfFile() const
Definition: coff_wrapper.cpp:37
const llvm::object::COFFObjectFile * getCoffParser() const
Definition: coff_wrapper.cpp:28
CoffWrapper(std::string pathToFile, retdec::fileformat::LoadFlags loadFlags)
Definition: coff_wrapper.cpp:19
Definition of CoffFormat class.
Class for file section.
LoadFlags
Definition: fftypes.h:69
Definition: archive_wrapper.h:19
Class for one symol.