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 next not-tail address in the program
This function searches for the next displayable address in the program.
The tail bytes of instructions and data are not displayable.
     ea - linear address
returns: BADADDR - no (more) not-tail addresses

long next_not_tail(long ea);

Index | Previous topic | Next topic