retdec
Namespaces | Functions
detector_factory.cpp File Reference

Functions for creating file detectors. More...

#include "fileinfo/file_detector/coff_detector.h"
#include "fileinfo/file_detector/elf_detector.h"
#include "fileinfo/file_detector/intel_hex_detector.h"
#include "fileinfo/file_detector/macho_detector.h"
#include "fileinfo/file_detector/pe_detector.h"
#include "fileinfo/file_detector/raw_data_detector.h"

Namespaces

 retdec
 
 retdec::fileinfo
 

Functions

FileDetector * retdec::fileinfo::createFileDetector (const std::string &pathToInputFile, const std::string &dllListFile, retdec::fileformat::Format fileFormat, FileInformation &finfo, retdec::cpdetect::DetectParams &searchPar, retdec::fileformat::LoadFlags loadFlags)
 

Detailed Description

Functions for creating file detectors.