Security analysis tool for EVM bytecode. Supports smart contracts built for Ethereum, Hedera, Quorum, Vechain, Roostock, Tron and other EVM-compatible blockchains.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Joran Honig 5498c5e77c Test fixes 6 years ago
.circleci Changes source directory of sonar analysis 6 years ago
.github/ISSUE_TEMPLATE Include Python version on bug report. 6 years ago
mythril Symbolic test implementation 6 years ago
solidity_examples Add real-world examples from https://blog.sigmaprime.io/solidity-security.html 6 years ago
static F2F: Improve formatting of analysis reports 7 years ago
tests Test fixes 6 years ago
.editorconfig An extra newline was being added by the editor 7 years ago
.gitattributes Add .gitattributes 7 years ago
.gitignore support utf-8 for configparser 7 years ago
CONTRIBUTING.md Update CONTRIBUTING.md 7 years ago
Dockerfile Correct bionic apt dependency hell... 7 years ago
LICENSE Update LICENSE 7 years ago
MANIFEST.in Fixes Manifest to include templates 7 years ago
Pipfile Fixes issues with python 3.5 dict ordering 7 years ago
README.md make path to myhtril logo absolute to make it available on pypi 6 years ago
all_tests.sh Python 3.5 tolerance and note what Python versions Mythril accepts 6 years ago
coverage_report.sh Merge laser into mythril 7 years ago
docker_build_and_deploy.sh Update of CircleCI config 7 years ago
myth Python 3.5 tolerance and note what Python versions Mythril accepts 6 years ago
requirements.txt Add transactions to the setup and requirements 6 years ago
setup.py replace "scripts" in favor for "entry_points" for cross-platform script 6 years ago
signatures.json Add more functions signatures 7 years ago
tox.ini Python 3.5 tolerance and note what Python versions Mythril accepts 6 years ago

README.md

Mythril Tweet

PyPI Join the chat at https://gitter.im/ConsenSys/mythril Master Build Status Waffle.io - Columns and their card count Sonarcloud - Maintainability

mythril

Mythril is a security analysis tool for Ethereum smart contracts. It uses concolic analysis, taint analysis and control flow checking to detect a variety of security vulnerabilities.

Installation and setup

Get it with Docker:

$ docker pull mythril/myth

Install from Pypi:

$ pip3 install mythril

See the Wiki for more detailed instructions.

Usage

Please visit the Wiki page and Gitter channel for documentation and technical support.

Also, don't forget to join the Mythril community for the latest news, announcements and discussions:

Presentations, papers and videos