retdec
Namespaces | Functions
provider_init.cpp File Reference

One time providers initialization. More...

#include <regex>
#include <llvm/Support/CommandLine.h>
#include "retdec/utils/io/log.h"
#include "retdec/bin2llvmir/analyses/symbolic_tree.h"
#include "retdec/bin2llvmir/optimizations/provider_init/provider_init.h"
#include "retdec/bin2llvmir/providers/abi/abi.h"
#include "retdec/bin2llvmir/providers/asm_instruction.h"
#include "retdec/bin2llvmir/providers/calling_convention/calling_convention.h"
#include "retdec/bin2llvmir/providers/config.h"
#include "retdec/bin2llvmir/providers/debugformat.h"
#include "retdec/bin2llvmir/providers/demangler.h"
#include "retdec/bin2llvmir/providers/fileimage.h"
#include "retdec/bin2llvmir/providers/lti.h"
#include "retdec/bin2llvmir/providers/names.h"
#include "retdec/cpdetect/cpdetect.h"
#include "retdec/utils/string.h"
#include "retdec/yaracpp/yara_detector.h"

Namespaces

 retdec
 
 retdec::bin2llvmir
 

Functions

common::Pattern retdec::bin2llvmir::saveCryptoRule (const yaracpp::YaraRule &rule, retdec::fileformat::FileFormat *file)
 
static RegisterPass< ProviderInitialization > retdec::bin2llvmir::X ("retdec-provider-init", "Providers initialization", false, false)
 

Detailed Description

One time providers initialization.