retdec
|
RetDec library. More...
#include <capstone/capstone.h>
#include <llvm/IR/LLVMContext.h>
#include <llvm/IR/Module.h>
#include "retdec/common/basic_block.h"
#include "retdec/common/function.h"
#include "retdec/config/config.h"
Go to the source code of this file.
Classes | |
struct | retdec::LlvmModuleContextPair |
Namespaces | |
retdec | |
Functions | |
LlvmModuleContextPair | retdec::disassemble (const std::string &inputPath, retdec::common::FunctionSet *fs=nullptr) |
bool | retdec::decompile (retdec::config::Config &config, std::string *outString=nullptr) |
RetDec library.