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