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
Get name of a segment
     ea - any address in the segment
  flags - 0-name as is;1-substitute invalid chars with _
returns: segment name, 0 - no segment at the specified address

string get_segm_name(long ea, long flags=0);

Index | Previous topic | Next topic