Proxy of C++ cfunc_t class.
|
__init__(self,
*args,
**kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
qstring
|
|
|
|
|
|
int
|
|
bool
|
find_item_coords(self,
item,
px,
py)
find_item_coords(self, item) -> PyObject * |
|
|
citem_t
|
|
bool
|
gather_derefs(self,
ci,
udm=None) |
|
|
boundaries_t
|
|
eamap_t
|
|
bool
|
get_func_type(self,
type) |
|
|
bool
|
get_line_item(self,
line,
x,
is_ctree_line,
phead,
pitem,
ptail) |
|
|
lvars_t
|
|
strvec_t
|
|
sval_t
|
|
char const *
|
get_user_cmt(self,
loc,
rt) |
|
|
int32
|
get_user_iflags(self,
loc) |
|
|
bool
|
get_user_union_selection(self,
ea,
path) |
|
|
hexwarns_t
|
|
bool
|
|
|
|
|
|
|
|
|
|
|
remove_unused_labels(self) |
|
|
|
|
|
|
|
|
|
|
|
|
|
set_user_cmt(self,
loc,
cmt) |
|
|
|
set_user_iflags(self,
loc,
iflags) |
|
|
|
set_user_union_selection(self,
ea,
path) |
|
|
|
verify(self,
aul,
even_without_debugger) |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|
|
argidx
cfunc_t_argidx_get(self) -> intvec_t
|
|
arguments
|
|
body
cfunc_t_body_get(self) -> cinsn_t
|
|
boundaries
get_boundaries(self) -> boundaries_t
|
|
eamap
get_eamap(self) -> eamap_t
|
|
entry_ea
cfunc_t_entry_ea_get(self) -> ea_t
|
|
hdrlines
cfunc_t_hdrlines_get(self) -> int
|
|
lvars
get_lvars(self) -> lvars_t
|
|
maturity
cfunc_t_maturity_get(self) -> ctree_maturity_t
|
|
mba
cfunc_t_mba_get(self) -> mbl_array_t
|
|
numforms
cfunc_t_numforms_get(self) -> user_numforms_t
|
|
pseudocode
get_pseudocode(self) -> strvec_t
|
|
refcnt
cfunc_t_refcnt_get(self) -> int
|
|
statebits
cfunc_t_statebits_get(self) -> int
|
|
thisown
The membership flag
|
|
treeitems
cfunc_t_treeitems_get(self) -> ctree_items_t
|
|
type
Get the function's return type tinfo_t object.
|
|
user_cmts
cfunc_t_user_cmts_get(self) -> user_cmts_t
|
|
user_iflags
cfunc_t_user_iflags_get(self) -> user_iflags_t
|
|
user_labels
cfunc_t_user_labels_get(self) -> user_labels_t
|
|
user_unions
cfunc_t_user_unions_get(self) -> user_unions_t
|
|
warnings
get_warnings(self) -> hexwarns_t
|
Inherited from object :
__class__
|