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 1f50895c56 Initial delegate call tests 7 years ago
.circleci Fix CircleCI script 7 years ago
mythril Delegate call cleanup 7 years ago
solidity_examples Fix function names in CFG 7 years ago
static F2F: Improve formatting of analysis reports 7 years ago
tests Initial delegate call tests 7 years ago
.coveragerc improve coverage config 7 years ago
.editorconfig An extra newline was being added by the editor 7 years ago
.gitattributes Add .gitattributes 7 years ago
.gitignore Adds circleci test support 7 years ago
Dockerfile Slimmed down Dockerfile, with `myth` set as the entrypoint. 7 years ago
LICENSE Update LICENSE 7 years ago
MANIFEST.in Add HMTL templates to MANIFEST.in 7 years ago
Pipfile Removes attrs from requirements 7 years ago
Pipfile.lock Removes attrs from requirements 7 years ago
README.md Update README.md 7 years ago
all_tests.sh Adds circleci test support 7 years ago
coverage_report.sh make sure use same signatures.json in every test 7 years ago
myth refactored __main__ creating a base Mythril interface class 7 years ago
requirements.txt Initial delegate call tests 7 years ago
setup.py Fixes setup.py to include templates 7 years ago
signatures.json Add more functions signatures 7 years ago

README.md

Mythril

Master Build Status Join the chat at https://gitter.im/ConsenSys/mythril PyPI

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. The analysis is based on laser-ethereum, a symbolic execution library for EVM bytecode.

Installation and setup

Build the Docker image:

$ git clone https://github.com/ConsenSys/mythril/
$ docker build mythril

Install from Pypi:

$ pip3 install mythril

See the Wiki for more detailed instructions.

Usage

Documentation has moved to the Wiki page.

Publications and Videos

Mythril is Hiring

ConsenSys Diligence is building a dedicated Mythril team. If you're a coder and/or Ethereum security enthusiast who wants to do interesting and challenging work for a decentralized organization, check out the open positions below. Feel free to apply though the form on the careers website. or ping b-mueller on Gitter.