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 start address of a segment
     ea - any address in the segment
returns: start of segment
         BADADDR - the specified address doesn't belong to any segment
Note: it is a macro

#define get_segm_start(ea) get_segm_attr(ea, SEGATTR_START)

Index | Previous topic | Next topic