7 #ifndef FILEINFO_FILE_DETECTOR_INTEL_HEX_DETECTOR_H
8 #define FILEINFO_FILE_DETECTOR_INTEL_HEX_DETECTOR_H
22 std::shared_ptr<retdec::fileformat::IntelHexFormat>
ihexParser;
40 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: intel_hex_detector.h:20
IntelHexDetector(std::string pathToInputFile, FileInformation &finfo, retdec::cpdetect::DetectParams &searchPar, retdec::fileformat::LoadFlags loadFlags)
Definition: intel_hex_detector.cpp:23
virtual void getAdditionalInfo() override
Definition: intel_hex_detector.cpp:123
virtual void detectFileClass() override
Definition: intel_hex_detector.cpp:73
void getSections()
Definition: intel_hex_detector.cpp:37
virtual void detectFileType() override
Definition: intel_hex_detector.cpp:107
virtual retdec::cpdetect::CompilerDetector * createCompilerDetector() const override
Definition: intel_hex_detector.cpp:139
std::shared_ptr< retdec::fileformat::IntelHexFormat > ihexParser
file parser
Definition: intel_hex_detector.h:22
virtual void detectArchitecture() override
Definition: intel_hex_detector.cpp:78
Definition of FileDetector class.
Definition: archive_wrapper.h:19
Definition: cptypes.h:110