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.
 
 
 
 
 
 
Nikhil Parasaram d9350d2334 Use proper title for integer underflow 6 years ago
.circleci Configure call to webhook in Circle CI build 6 years ago
.github/ISSUE_TEMPLATE swc_id -> swc-id 6 years ago
mythril Use proper title for integer underflow 6 years ago
solidity_examples Fix example contract modifiers 6 years ago
static Rename logo file 6 years ago
tests Use proper title for integer underflow 6 years ago
.editorconfig
.gitattributes Add highlight for solidity files (#732) 6 years ago
.gitignore SQLite Signature DB (#758) 6 years ago
CONTRIBUTING.md Change gitter links and references to discord (#708) 6 years ago
Dockerfile SQLite Signature DB (#758) 6 years ago
LICENSE
MANIFEST.in Correct the Manifest.ini path and moveback the signatures.db to mythril root 6 years ago
Pipfile
README.md Update README.md 6 years ago
all_tests.sh
coverage_report.sh
docker_build_and_deploy.sh Another fix of the docker build & release script 6 years ago
myth
requirements.txt Move eth-tester version 6 years ago
setup.py Move eth-tester version 6 years ago
signatures.db Correct the Manifest.ini path and moveback the signatures.db to mythril root 6 years ago
tox.ini SQLite Signature DB (#758) 6 years ago

README.md

Mythril Classic

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

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 called MythX that integrates seamlessly with Truffle, Visual Studio Code, Github and other environments. If you're looking for tooling to plug into your SDLC you should 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.