set_func_attr

set a function attribute
     ea    - any address belonging to the function
     attr  - one of @hlpIdcget_func_attr[FUNCATTR_...] constants.
     value - new value of the attribute
returns: 1 - ok
         0 - failed

success set_func_attr(long ea, long attr, long value);

Last updated

Was this helpful?