smartbugs/oyente
Oyente symbolically executes Ethereum smart contracts to find potential security vulnerabilities
1.5K
This Docker image is part of SmartBugs, a framework for analysing Ethereum smart contracts. SmartBugs implements a modular approach to integrating analysers. All it takes to add a new tool is a Docker image encapsulating the tool, a few lines in a config file, and a small Python script to make the output accessible in a standardised format.
How to run this image
./smartbugs -t oyente -f your_smart_contracts
docker pull smartbugs/oyente