retdec
Namespaces | Functions
format_factory.h File Reference

Factory for creating file detectors. More...

#include <memory>
#include "retdec/fileformat/file_format/file_format.h"

Go to the source code of this file.

Namespaces

 retdec
 
 retdec::fileformat
 

Functions

std::unique_ptr< FileFormat > retdec::fileformat::createFileFormat (const std::string &filePath, const std::string &dllListFile, bool isRaw=false, LoadFlags loadFlags=LoadFlags::NONE)
 
std::unique_ptr< FileFormat > retdec::fileformat::createFileFormat (const std::string &filePath, bool isRaw=false, LoadFlags loadFlags=LoadFlags::NONE)
 
std::unique_ptr< FileFormat > retdec::fileformat::createFileFormat (std::istream &inputStream, bool isRaw=false, LoadFlags loadFlags=LoadFlags::NONE)
 
std::unique_ptr< FileFormat > retdec::fileformat::createFileFormat (const std::uint8_t *data, std::size_t size, bool isRaw=false, LoadFlags loadFlags=LoadFlags::NONE)
 

Detailed Description

Factory for creating file detectors.