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
convert address to 'funcname+offset' string
     ea - address to convert
returns: if the address belongs to a function then
           return a string formed as 'name+offset'
           where 'name'   is a function name
                 'offset' is offset within the function
         else
           return 0

string get_func_off_str(long ea);

Index | Previous topic | Next topic