7 #ifndef RETDEC_LOADER_RETDEC_LOADER_COFF_COFF_IMAGE_H
8 #define RETDEC_LOADER_RETDEC_LOADER_COFF_COFF_IMAGE_H
20 CoffImage(
const std::shared_ptr<retdec::fileformat::FileFormat>& fileFormat);
22 virtual bool load()
override;
Definition: coff_image.h:18
CoffImage(const std::shared_ptr< retdec::fileformat::FileFormat > &fileFormat)
Definition: coff_image.cpp:20
Segment * addSegment(const retdec::fileformat::Section *section, std::uint64_t address, std::uint64_t memSize)
Definition: coff_image.cpp:88
virtual bool load() override
Definition: coff_image.cpp:30
void applyRelocations()
Definition: coff_image.cpp:101
void resolveRelocation(const retdec::fileformat::Relocation &rel, const retdec::fileformat::Symbol &sym)
Definition: coff_image.cpp:125
Declaration of loadable image class.
Definition: archive_wrapper.h:19