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

get_next_func

find next function
     ea - any address belonging to the function
returns: -1 - no more functions
         otherwise returns the next function start address

long get_next_func(long ea);

Last updated

Was this helpful?