retdec
macho_wrapper.h
Go to the documentation of this file.
1 
7 #ifndef FILEINFO_FILE_WRAPPER_MACHO_WRAPPER_H
8 #define FILEINFO_FILE_WRAPPER_MACHO_WRAPPER_H
9 
11 
12 namespace retdec {
13 namespace fileinfo {
14 
19 {
20  public:
21  MachOWrapper(std::string pathToFile, retdec::fileformat::LoadFlags loadFlags);
22 
25  const llvm::object::MachOObjectFile* getMachOParser() const;
26  std::string getTypeOfFile() const;
28 };
29 
30 } // namespace fileinfo
31 } // namespace retdec
32 
33 #endif
LoadFlags loadFlags
load flags for configurable file loading
Definition: file_format.h:51
Definition: macho_format.h:24
Definition: macho_wrapper.h:19
const llvm::object::MachOObjectFile * getMachOParser() const
Definition: macho_wrapper.cpp:29
MachOWrapper(std::string pathToFile, retdec::fileformat::LoadFlags loadFlags)
Definition: macho_wrapper.cpp:20
std::string getTypeOfFile() const
Definition: macho_wrapper.cpp:38
Definition of MachOFormat class.
LoadFlags
Definition: fftypes.h:69
Definition: archive_wrapper.h:19