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
change function flags
     ea    - any address belonging to the function
     flags - see get_func_flags() for explanations
returns: !=0 - ok

#define set_func_flags(ea, flags) set_func_attr(ea, FUNCATTR_FLAGS, flags)

Index | Previous topic | Next topic