caller_sites is not reliable #3722
Labels
Component: API
Issue needs changes to the API
Effort: Trivial
Issue should take < 1 day
Impact: Medium
Issue is impactful with a bad, or no, workaround
Type: Enhancement
Issue is a small enhancement to existing functionality
Milestone
It's possible for
caller_sites
to return something that is NOT a call when accessing the IL of the returned code refs.This should be fixed by adding a small amount of logic in:
https://github.com/Vector35/binaryninja-api/blob/dev/python/function.py#L3185-L3194
that verifies the LLIL is indeed a call
The text was updated successfully, but these errors were encountered: