retdec
Classes | Namespaces | Macros | Functions | Variables
stacofin.cpp File Reference

Static code finder library. More...

#include <sstream>
#include <string>
#include "retdec/fileformat/fileformat.h"
#include "retdec/loader/loader/image.h"
#include "retdec/stacofin/stacofin.h"
#include "retdec/utils/string.h"
#include "retdec/utils/filesystem.h"
#include "retdec/yaracpp/yara_detector.h"

Classes

struct  retdec::stacofin::comByRefSizeAddress
 

Namespaces

 retdec
 
 retdec::stacofin
 

Macros

#define LOG
 

Functions

bool retdec::stacofin::isJumpInsn_mips (csh ce, cs_insn *i)
 
bool retdec::stacofin::isLoadStoreInsn_mips (csh ce, cs_insn *i)
 
bool retdec::stacofin::isAddInsn_mips (csh ce, cs_insn *i)
 

Variables

static bool debug_enabled = false
 

Detailed Description

Static code finder library.

Macro Definition Documentation

◆ LOG

#define LOG
Value:
if (!debug_enabled) {} \
else std::cout << std::showbase
static bool debug_enabled
Definition: stacofin.cpp:23

Set debug_enabled to true to enable this LOG macro.

Variable Documentation

◆ debug_enabled

bool debug_enabled = false
static