IDAPython 9.0
Loading...
Searching...
No Matches
microcode_filter_t Class Reference
Inheritance diagram for microcode_filter_t:
udc_filter_t

Public Member Functions

bool match (self, 'codegen_t' cdg)
 
'merror_t' apply (self, 'codegen_t' cdg)
 
 __init__ (self)
 
 __disown__ (self)
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Reimplemented in udc_filter_t.

Member Function Documentation

◆ __disown__()

__disown__ ( self)

Reimplemented in udc_filter_t.

◆ apply()

'merror_t' apply ( self,
'codegen_t' cdg )
generate microcode for an instruction 

@returns MERR_... code: MERR_OK - user-defined microcode generated, go to the next instruction MERR_INSN - not generated - the caller should try the standard way else - error

Reimplemented in udc_filter_t.

◆ match()

bool match ( self,
'codegen_t' cdg )
check if the filter object is to be applied 

@returns success

Reimplemented in udc_filter_t.

Property Documentation

◆ thisown

thisown
static
Initial value:
= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')

The documentation for this class was generated from the following file: