retdec
|
Factory for creating file detectors. More...
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) |
Factory for creating file detectors.