Function.get_low_level_il_at
can throw exception if the function cannot be analyzed
#6228
Labels
Component: API
Issue needs changes to the API
Effort: Low
Issue should take < 1 week
Impact: Low
Issue is a papercut or has a good, supported workaround
Type: Enhancement
Issue is a small enhancement to existing functionality
Milestone
It happens at: https://github.com/Vector35/binaryninja-api/blob/dev/python/function.py#L1791
Note this cannot be solved by simply changing
llil = self.llil
tollil = self.llil_if_available
, since this will NOT cause the IL to be generated when the IL is not yet available, but can be generated upon request. See #6170 for more detailsThe text was updated successfully, but these errors were encountered: