|
|
__init__(self,
name,
value_size=0,
menu_name=None,
props=0,
hotkey=None,
text_width=0)
Custom data format definition. |
|
|
|
|
register(self,
dtid)
Registers the data format with the given data type id and returns the
type id or < 0 on failure |
|
|
|
|
unregister(self,
dtid)
Unregisters the data format with the given data type id |
|
|
|
|
printf(self,
value,
current_ea,
operand_num,
dtid)
Convert a value buffer to colored string. |
|
|
|
|
scan(self,
input,
current_ea,
operand_num)
Convert from uncolored string 'input' to byte value |
|
|
|
|
analyze(self,
current_ea,
operand_num)
(optional) Analyze custom data format occurrence. |
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|