7 #ifndef RETDEC_LLVMIR2HLL_PATTERN_PATTERN_FINDERS_API_CALL_API_CALL_SEQ_FINDER_H
8 #define RETDEC_LLVMIR2HLL_PATTERN_PATTERN_FINDERS_API_CALL_API_CALL_SEQ_FINDER_H
20 class CallInfoObtainer;
A sequence of information about API calls.
A sequence of information about API calls.
Definition: api_call_info_seq.h:21
A base class for all API calls finders.
Definition: api_call_seq_finder.h:33
virtual ~APICallSeqFinder()=default
ShPtr< CallInfoObtainer > cio
The used call info obtainer.
Definition: api_call_seq_finder.h:68
ShPtr< ValueAnalysis > va
Analysis of values.
Definition: api_call_seq_finder.h:65
virtual Patterns findPatterns(const APICallInfoSeq &info, ShPtr< CallExpr > call, ShPtr< Statement > stmt, ShPtr< Function > func, ShPtr< Module > module)=0
Tries to find the given sequence of API calls, starting at stmt.
APICallSeqFinder(ShPtr< ValueAnalysis > va, ShPtr< CallInfoObtainer > cio)
Constructs the base class.
Definition: api_call_seq_finder.cpp:26
std::vector< ShPtr< Pattern > > Patterns
List of patterns.
Definition: api_call_seq_finder.h:36
A mixin to make classes non-copyable.
Definition: non_copyable.h:27
ShPtr< Module > module
The current module.
Definition: hll_writer.cpp:100
A library providing API for working with back-end IR.
std::shared_ptr< T > ShPtr
An alias for a shared pointer.
Definition: smart_ptr.h:18
Definition: archive_wrapper.h:19
A mixin to make classes non-copyable.
Declarations, aliases, macros, etc. for the use of smart pointers.