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 c8e4aef7cd Merge remote-tracking branch 'upstream/master' into merge_master 6 years ago
.circleci Add black hook to CircleCI config 6 years ago
.github/ISSUE_TEMPLATE Put issue instructions in comments... 6 years ago
mythril Merge remote-tracking branch 'upstream/master' into merge_master 6 years ago
solidity_examples update hashing technique used 6 years ago
static Rename logo file 6 years ago
tests Merge remote-tracking branch 'upstream/master' into merge_master 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 Update README.md 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 Add ethereum-input-decoder dependency to setup.py and relax version constraint 6 years ago
setup.py Apply black style formatting 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 Classic

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

Mythril Classic is an open-source 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 also building an easy-to-use security analysis platform (a.k.a. "the INFURA for smart contract security") that anybody can use to create purpose-built security tools. It's called Mythril Platform and you should definitely check it out.

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 Mythril Classic 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.