7 #ifndef RETDEC_LOADER_RETDEC_LOADER_INTEL_HEX_INTEL_HEX_IMAGE_H
8 #define RETDEC_LOADER_RETDEC_LOADER_INTEL_HEX_INTEL_HEX_IMAGE_H
20 IntelHexImage(
const std::shared_ptr<retdec::fileformat::FileFormat>& fileFormat);
22 virtual bool load()
override;
Definition: intel_hex_image.h:18
virtual bool load() override
Definition: intel_hex_image.cpp:28
IntelHexImage(const std::shared_ptr< retdec::fileformat::FileFormat > &fileFormat)
Definition: intel_hex_image.cpp:18
Segment * addSegment(const retdec::fileformat::Section *section, std::uint64_t address, std::uint64_t memSize)
Definition: intel_hex_image.cpp:49
Declaration of loadable image class.
Definition: archive_wrapper.h:19