retdec
Namespaces | Functions
decoder.cpp File Reference

Decode input binary into LLVM IR. More...

#include <llvm/IR/Dominators.h>
#include <llvm/IR/PatternMatch.h>
#include "retdec/utils/conversion.h"
#include "retdec/utils/string.h"
#include "retdec/utils/io/log.h"
#include "retdec/bin2llvmir/optimizations/decoder/decoder.h"
#include "retdec/bin2llvmir/utils/llvm.h"
#include "retdec/bin2llvmir/utils/capstone.h"

Namespaces

 retdec
 
 retdec::bin2llvmir
 

Functions

static llvm::RegisterPass< Decoder > retdec::bin2llvmir::X ("retdec-decoder", "Input binary to LLVM IR decoding", false, false)
 

Detailed Description

Decode input binary into LLVM IR.

Various decoder initializations.