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
Note this cannot be solved by simply changing llil = self.llil to llil = 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 details
The text was updated successfully, but these errors were encountered:
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: