retdec
|
File format detection. More...
#include "retdec/fileformat/fftypes.h"
Go to the source code of this file.
Namespaces | |
retdec | |
retdec::fileformat | |
Functions | |
Format | retdec::fileformat::detectFileFormat (const std::string &filePath, bool isRaw=false) |
Format | retdec::fileformat::detectFileFormat (std::istream &inputStream, bool isRaw=false) |
Format | retdec::fileformat::detectFileFormat (const std::uint8_t *data, std::size_t size, bool isRaw=false) |
File format detection.