retdec
Namespaces | Functions
detection.cpp File Reference

Detection methods. More...

#include <fstream>
#include <istream>
#include <llvm/Object/MachO.h>
#include <llvm/Object/MachOUniversal.h>
#include <llvm/Support/Host.h>
#include <llvm/Support/SwapByteOrder.h>
#include "retdec/utils/string.h"
#include "retdec/ar-extractor/detection.h"

Namespaces

 retdec
 
 retdec::ar_extractor
 

Functions

bool retdec::ar_extractor::isArchive (const std::string &path)
 
bool retdec::ar_extractor::isThinArchive (const std::string &path)
 
bool retdec::ar_extractor::isNormalArchive (const std::string &path)
 
bool retdec::ar_extractor::isFatMachOArchive (const std::string &path)
 

Detailed Description

Detection methods.