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

Public Member Functions

None cleanup (self)
 
bool match (self, 'codegen_t' cdg)
 
'merror_t' apply (self, 'codegen_t' cdg)
 
bool empty (self)
 
None install (self)
 
bool remove (self)
 
bool init (self, str decl)
 
 __init__ (self)
 
 __disown__ (self)
 
- Public Member Functions inherited from microcode_filter_t

Properties

 thisown
 
- Properties inherited from microcode_filter_t
 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Reimplemented from microcode_filter_t.

Member Function Documentation

◆ __disown__()

__disown__ ( self)

Reimplemented from microcode_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 from microcode_filter_t.

◆ cleanup()

None cleanup ( self)
Cleanup the filter This function properly clears type information associated to this filter. 

◆ empty()

bool empty ( self)

◆ init()

bool init ( self,
str decl )

◆ install()

None install ( self)

◆ match()

bool match ( self,
'codegen_t' cdg )
return true if the filter object should be applied to given instruction

Reimplemented from microcode_filter_t.

◆ remove()

bool remove ( self)

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: