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.
 
 
 
 
 
 
Bernhard Mueller 7cabde94b9 Rename logo file 6 years ago
.circleci support sonar code coverage 6 years ago
.github/ISSUE_TEMPLATE Put issue instructions in comments... 6 years ago
mythril Merge master into fix/remove-unused 6 years ago
solidity_examples Revert changes 6 years ago
static Rename logo file 6 years ago
tests Merge master into fix/remove-unused 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 Seperate pip and mythril module installs 6 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 Fix messed-up formatting 6 years ago
all_tests.sh Python 3.5 tolerance and note what Python versions Mythril accepts 6 years ago
coverage_report.sh Use xml coverage report 6 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 Added coloredlogs 6 years ago
setup.py added coloredlogs dependency to setup.py 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 OSS Tweet

Discord PyPI Master Build Status Waffle.io - Columns and their card count Sonarcloud - Maintainability PyPI Statistics mythril

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

Whether you want to contribute, need support, or want to learn what we have cooking for the future, our Discord server will serve your needs!

Oh and by the way, we're building an easy-to-use SaaS solution and tools ecosystem for Ethereum developers called Mythril Platform. You should definitely check that out as well.

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

Instructions for using the 'myth' tool are found on the Wiki.

For support or general discussions please join the Mythril community on Discord.

Vulnerability Remediation

Visit the Smart Contract Vulnerability Classification Registry to find detailed information and remediation guidance for the vulnerabilities reported.

Presentations, papers and articles