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

get_next_fixup_ea

find next address with fixup information
     ea - current address
returns: -1 - no more fixups
         otherwise returns the next address with fixup information

long get_next_fixup_ea(long ea);

Last updated

Was this helpful?