get_func_off_str
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);
Last updated