For the complete documentation index, see llms.txt. This page is also available as Markdown.

prev_head

Get previous defined item (instruction or data) in the program
     ea    - linear address to start search from
     minea - the search will stop at the address
             minea is included in the search range
returns: BADADDR - no (more) defined items

long prev_head(long ea, long minea);

Last updated

Was this helpful?