7 #ifndef RETDEC_LOADER_IMAGE_FACTORY_H
8 #define RETDEC_LOADER_IMAGE_FACTORY_H
19 const std::string& filePath,
22 const std::shared_ptr<retdec::fileformat::FileFormat>& fileFormat);
Declaration of loadable image class.
std::unique_ptr< Image > createImage(const std::string &filePath, bool isRaw=false)
Definition: image_factory.cpp:70
Definition: archive_wrapper.h:19