retdec
Classes | Namespaces | Typedefs
stacofin.h File Reference

Static code finder library. More...

#include <map>
#include <string>
#include <utility>
#include <vector>
#include <capstone/capstone.h>
#include "retdec/config/config.h"
#include "retdec/common/address.h"

Go to the source code of this file.

Classes

struct  retdec::stacofin::Reference
 
struct  retdec::stacofin::DetectedFunction
 
class  retdec::stacofin::Finder
 
struct  retdec::stacofin::Finder::DetectedFunctionComp
 

Namespaces

 retdec
 
 retdec::loader
 
 retdec::stacofin
 

Typedefs

using retdec::stacofin::CoveredCode = retdec::common::AddressRangeContainer
 
using retdec::stacofin::References = std::vector< Reference >
 
using retdec::stacofin::DetectedFunctionsPtrMap = typename std::map< common::Address, DetectedFunction * >
 
using retdec::stacofin::DetectedFunctionsMultimap = typename std::multimap< common::Address, DetectedFunction >
 
using retdec::stacofin::DetectedFunctionsPtrMultimap = typename std::multimap< common::Address, DetectedFunction * >
 

Detailed Description

Static code finder library.