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
We need at least basic support for solving simple constraints that involve keccak hashes. Such as keccak(A) == keccak(B).
Interesting strategies are already implemented in Manticore and we can probably re-use most of them. This will probably require to write a Solver wrapper in Optik with some expression/constraint rewriting rules.
The text was updated successfully, but these errors were encountered:
We need at least basic support for solving simple constraints that involve
keccak
hashes. Such askeccak(A) == keccak(B)
.Interesting strategies are already implemented in Manticore and we can probably re-use most of them. This will probably require to write a
Solver
wrapper in Optik with some expression/constraint rewriting rules.The text was updated successfully, but these errors were encountered: