Module idaapi :: Class processor_t
[frames] | no frames]

Class processor_t

           object --+    
                    |    
pyidc_opaque_object_t --+
                        |
                       processor_t

Base class for all processor module scripts

Instance Methods
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
get_auxpref(self)
This function returns cmd.auxpref value
 
get_idpdesc(self)
This function must be present and should return the list of short processor names similar to the one in ph.psnames.
 
get_uFlag(self)
Use this utility function to retrieve the 'uFlag' global variable

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables

Inherited from pyidc_opaque_object_t: __idc_cvt_id__

Properties

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

get_idpdesc(self)

 

This function must be present and should return the list of short processor names similar to the one in ph.psnames. This method can be overridden to return to the kernel a different IDP description.


[an error occurred while processing this directive]