7 #ifndef FILEINFO_FILE_DETECTOR_MACHO_DETECTOR_H
8 #define FILEINFO_FILE_DETECTOR_MACHO_DETECTOR_H
45 std::string pathToInputFile,
Definition: cpdetect.h:24
Definition: file_detector.h:21
retdec::fileformat::LoadFlags loadFlags
load flags for configurable running
Definition: file_detector.h:47
Definition: macho_detector.h:20
void getEntryPoint()
Definition: macho_detector.cpp:45
virtual void getAdditionalInfo() override
Definition: macho_detector.cpp:319
void getRelocations()
Definition: macho_detector.cpp:210
void getOsInfo()
Definition: macho_detector.cpp:197
MachODetector(std::string pathToInputFile, FileInformation &finfo, retdec::cpdetect::DetectParams &searchPar, retdec::fileformat::LoadFlags loadFlags)
Definition: macho_detector.cpp:31
virtual void detectFileType() override
Definition: macho_detector.cpp:314
virtual void detectArchitecture() override
Definition: macho_detector.cpp:260
void getEncryption()
Definition: macho_detector.cpp:181
void getSymbols()
Definition: macho_detector.cpp:130
bool isMachoUniversalArchive()
Definition: macho_detector.cpp:343
virtual void detectFileClass() override
Definition: macho_detector.cpp:243
void getSegments()
Definition: macho_detector.cpp:72
std::shared_ptr< MachOWrapper > machoParser
file parser
Definition: macho_detector.h:22
virtual retdec::cpdetect::CompilerDetector * createCompilerDetector() const override
Definition: macho_detector.cpp:334
void getSections()
Definition: macho_detector.cpp:96
Definition of FileDetector class.
Definition of MachOWrapper class.
Definition: archive_wrapper.h:19
Definition: cptypes.h:110