7 #ifndef FILEINFO_FILE_DETECTOR_COFF_DETECTOR_H
8 #define FILEINFO_FILE_DETECTOR_COFF_DETECTOR_H
43 std::string pathToInputFile,
Definition: cpdetect.h:24
Definition: coff_detector.h:20
void getSections()
Definition: coff_detector.cpp:242
virtual retdec::cpdetect::CompilerDetector * createCompilerDetector() const override
Definition: coff_detector.cpp:526
std::shared_ptr< CoffWrapper > coffParser
file parser
Definition: coff_detector.h:22
virtual void detectFileClass() override
Definition: coff_detector.cpp:367
virtual void detectArchitecture() override
Definition: coff_detector.cpp:379
void getHeaderInfo()
Definition: coff_detector.cpp:153
void getCoffSymbols()
Definition: coff_detector.cpp:162
void getCoffRelocations()
Definition: coff_detector.cpp:205
virtual void getAdditionalInfo() override
Definition: coff_detector.cpp:514
virtual void detectFileType() override
Definition: coff_detector.cpp:509
CoffDetector(std::string pathToInputFile, FileInformation &finfo, retdec::cpdetect::DetectParams &searchPar, retdec::fileformat::LoadFlags loadFlags)
Definition: coff_detector.cpp:92
void getFileFlags()
Definition: coff_detector.cpp:106
Definition: file_detector.h:21
retdec::fileformat::LoadFlags loadFlags
load flags for configurable running
Definition: file_detector.h:47
Definition of CoffWrapper class.
Definition of FileDetector class.
Definition: archive_wrapper.h:19
Definition: cptypes.h:110