retdec
|
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 |
Static code finder library.
#define LOG |
Set debug_enabled
to true
to enable this LOG macro.
|
static |