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

get_prev_fixup_ea

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

long get_prev_fixup_ea(long ea);

Last updated

Was this helpful?