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
[Default] Traceback (most recent call last):
[Default] File "/.../explain.py", line 196, in explain_llil
[Default] return explanations[name].format(**preprocess(bv, llil_instruction))
[Default] File "/.../explain.py", line 35, in __getattr__
[Default] raise AttributeError(f"{self.instruction} has no attribute '{item}'")
[Default] AttributeError: <return> tailcall(x16) has no attribute 'params'
...
Platform Information (please complete the following information):
Binary Ninja Version: 3.5.4526
OS: macOS
Python Interpreter: Bundled 3.10(?)
The text was updated successfully, but these errors were encountered:
Describe the bug
Navigating to a
tailcall()
/__tailcall
causes anAttributeError
.Offending instruction information
Expected behavior
The error is not shown.
Actual behavior
Platform Information (please complete the following information):
The text was updated successfully, but these errors were encountered: