retdec
|
Classes | |
struct | Reference |
struct | DetectedFunction |
class | Finder |
struct | comByRefSizeAddress |
Typedefs | |
using | CoveredCode = retdec::common::AddressRangeContainer |
using | References = std::vector< Reference > |
using | DetectedFunctionsPtrMap = typename std::map< common::Address, DetectedFunction * > |
using | DetectedFunctionsMultimap = typename std::multimap< common::Address, DetectedFunction > |
using | DetectedFunctionsPtrMultimap = typename std::multimap< common::Address, DetectedFunction * > |
Functions | |
bool | isJumpInsn_mips (csh ce, cs_insn *i) |
bool | isLoadStoreInsn_mips (csh ce, cs_insn *i) |
bool | isAddInsn_mips (csh ce, cs_insn *i) |
using retdec::stacofin::CoveredCode = typedef retdec::common::AddressRangeContainer |
Data-type for offset-name relocation pairs.
using retdec::stacofin::DetectedFunctionsMultimap = typedef typename std::multimap< common::Address, DetectedFunction> |
using retdec::stacofin::DetectedFunctionsPtrMap = typedef typename std::map< common::Address, DetectedFunction*> |
using retdec::stacofin::DetectedFunctionsPtrMultimap = typedef typename std::multimap< common::Address, DetectedFunction*> |
using retdec::stacofin::References = typedef std::vector<Reference> |
bool retdec::stacofin::isAddInsn_mips | ( | csh | ce, |
cs_insn * | i | ||
) |
bool retdec::stacofin::isJumpInsn_mips | ( | csh | ce, |
cs_insn * | i | ||
) |
bool retdec::stacofin::isLoadStoreInsn_mips | ( | csh | ce, |
cs_insn * | i | ||
) |