Nikhil Parasaram
e001b2d5e7
|
6 years ago | |
---|---|---|
.circleci | 6 years ago | |
.github/ISSUE_TEMPLATE | 6 years ago | |
docs | 6 years ago | |
mypy-stubs/z3 | 6 years ago | |
mythril | 6 years ago | |
solidity_examples | 6 years ago | |
static | 6 years ago | |
tests | 6 years ago | |
.editorconfig | 7 years ago | |
.gitattributes | 6 years ago | |
.gitignore | 6 years ago | |
CONTRIBUTING.md | 6 years ago | |
Dockerfile | 6 years ago | |
LICENSE | 7 years ago | |
MANIFEST.in | 6 years ago | |
Pipfile | 7 years ago | |
README.md | 6 years ago | |
all_tests.sh | 6 years ago | |
coverage_report.sh | 6 years ago | |
docker_build_and_deploy.sh | 6 years ago | |
myth | 6 years ago | |
requirements.txt | 6 years ago | |
setup.py | 6 years ago | |
tox.ini | 6 years ago |
README.md
Mythril
Mythril is an open-source security analysis tool for Ethereum smart contracts. It uses symbolic analysis, taint analysis and control flow checking to detect a variety of security vulnerabilities. It's also used in the backend of MythX API. If you are a smart contract developer, we recommend using MythX tools which are optimized for usability and cover a wider range of security issues.
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.
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 are found on the Wiki.
For support or general discussions please join the Mythril community on Discord.
Bulding the Documentation
Mythril's documentation is contained in the docs
folder and is published to Read the Docs. It is based on Sphinx and can be built using the Makefile contained in the subdirectory:
cd docs
make html
This will create a build
output directory containing the HTML output. Alternatively, PDF documentation can be built with make latexpdf
. The available output format options can be seen with make help
.
Vulnerability Remediation
Visit the Smart Contract Vulnerability Classification Registry to find detailed information and remediation guidance for the vulnerabilities reported.