get_segm_end
Get end address of a segment
ea - any address in the segment
returns: end of segment (an address past end of the segment)
BADADDR - the specified address doesn't belong to any segment
Note: it is a macro
#define get_segm_end(ea) get_segm_attr(ea, SEGATTR_END)
Last updated