IDAPython 9.0
Loading...
Searching...
No Matches
udc_filter_t Class Reference

Proxy of C++ udc_filter_t class.

Inheritance diagram for udc_filter_t:
microcode_filter_t

Public Member Functions

"void" cleanup (self)
 cleanup(self) Cleanup the filter This function properly clears type information associated to this filter.
 
"bool" match (self, "codegen_t" cdg)
 match(self, cdg) -> bool return true if the filter object should be applied to given instruction
 
"merror_t" apply (self, "codegen_t" cdg)
 apply(self, cdg) -> merror_t generate microcode for an instruction
 
"bool" empty (self)
 empty(self) -> bool
 
"void" install (self)
 install(self)
 
"bool" remove (self)
 remove(self) -> bool
 
"bool" init (self, "char const *" decl)
 init(self, decl) -> bool
 
 __init__ (self)
 init(self) -> udc_filter_t
 
 __disown__ (self)
 
- Public Member Functions inherited from microcode_filter_t

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
- Properties inherited from microcode_filter_t
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)
Parameters
selfPyObject *

Reimplemented from microcode_filter_t.

Member Function Documentation

◆ __disown__()

__disown__ ( self)

Reimplemented from microcode_filter_t.

◆ apply()

"merror_t" apply ( self,
"codegen_t" cdg )
Parameters
cdg(C++: codegen_t &)
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()

"void" cleanup ( self)

◆ empty()

"bool" empty ( self)

◆ init()

"bool" init ( self,
"char const *" decl )
Parameters
declchar const *

◆ install()

"void" install ( self)

◆ match()

"bool" match ( self,
"codegen_t" cdg )
Parameters
cdg(C++: codegen_t &)

Reimplemented from microcode_filter_t.

◆ remove()

"bool" remove ( self)

Property Documentation

◆ thisown

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

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