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.
 
 
 
 
 
 
Dominik Muhs 5ceb83e219 Add default utf-8 python IO encoding to dockerfile env 6 years ago
.circleci support sonar code coverage 6 years ago
.github/ISSUE_TEMPLATE Put issue instructions in comments... 6 years ago
mythril Add UTF-8 decoding to print output 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 Add Bitwise tests 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 Add default utf-8 python IO encoding to dockerfile env 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 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 OSS Tweet

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

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 now building a whole security tools ecosystem with Mythril Platform API. 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.

Presentations, papers and videos