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 a435965b78
Merge pull request #210 from joshuata/patch-1
7 years ago
.circleci Updates PyPI deployment by CircleCI (see README_DEV.md for instructions) 7 years ago
mythril Fix function names in CFG 7 years ago
solidity_examples Fix function names in CFG 7 years ago
static F2F: Improve formatting of analysis reports 7 years ago
tests Fix function names in CFG 7 years ago
.coveragerc improve coverage config 7 years ago
.editorconfig add .editorconfig to help developers keeping consistent code format 7 years ago
.gitattributes Add .gitattributes 7 years ago
.gitignore Adds circleci test support 7 years ago
Dockerfile fix dockerfile 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 Removes attrs from requirements 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.