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.
 
 
 
 
 
 
mythril/README.md

2.4 KiB

Mythril Tweet

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

mythril

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.

Special Announcement: The Mythril community is moving to Discord. Our Gitter channels and Telegram groups will be closed shortly. Whether you want to contribute, need support, or want to learn what we have cooking for the future, out 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 the 'myth' tool are found on the Wiki.

For support or general discussions please join the Mythril community on Discord.

Presentations, papers and videos