You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 8, 2025. It is now read-only.
I found that the implementation of CodeRefsTo() excludes all call type cross-references, which is inconsistent with the results of CodeRefsTo() I observed in IDA Pro 7.0.
# a code xref is like a fallthrough or jump, not like a call.forxrefinidb.analysis.get_crefs_to(self.idb, ea,
types=[idaapi.fl_JN, idaapi.fl_JF, idaapi.fl_F]):
yieldxref.frm