Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
set a function attribute
     ea    - any address belonging to the function
     attr  - one of FUNCATTR_... constants.
     value - new value of the attribute
returns: 1 - ok
         0 - failed

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

Index | Previous topic | Next topic