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
At some point of time we had problems with call result propagation cause propagation rules in expression-propagation-memory and expression-propagation-call somehow blocked each other.
Initially the problem occurred in test3 of the attached binary. I am not sure if it remains there but test1 is also worth checking.
What happened?
At some point of time we had problems with call result propagation cause propagation rules in
expression-propagation-memory
andexpression-propagation-call
somehow blocked each other.Initially the problem occurred in
test3
of the attached binary. I am not sure if it remains there buttest1
is also worth checking.How to reproduce?
final.zip
python decompile.py final_choices.out test1/test3
Affected Binary Ninja Version(s)
3.4.4271
The text was updated successfully, but these errors were encountered: