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
{{ message }}
This repository has been archived by the owner on May 26, 2023. It is now read-only.
i have a number of different versions of smart contracts,and i want to use the oyente to detect them.
but using solc-select to switch the solc version one by one is inefficient. Most results are like this
So how can i do?
The text was updated successfully, but these errors were encountered:
Consider using Smartbugs. This frameworks allows to run a bunch of contract analyzers, among them Oyente, and is also able to select the correct compiler version before calling the analyzer. Smartbugs was designed with mass tests in mind.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i have a number of different versions of smart contracts,and i want to use the oyente to detect them.
but using solc-select to switch the solc version one by one is inefficient. Most results are like this
So how can i do?
The text was updated successfully, but these errors were encountered: