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