Skip to Content
Ethereum Cookbook
book

Ethereum Cookbook

by Manoj P R
August 2018
Intermediate to advanced
404 pages
11h 19m
English
Packt Publishing
Content preview from Ethereum Cookbook

How to do it...

  1. One of the popular static analysis tools in the Ethereum ecosystem is Mythril. It is a security analysis tool that uses concolic analysis, taint analysis, and a control flow checking to detect a variety of security vulnerabilities.

  2. Mythril is based on Python and you need a working installation of Python v3 with pip3 installed. Once you have those ready, run the following command to install Mythril:
pip3 install mythril
Concolic analysis is a hybrid code analysis technique that performs symbolic execution. It considers the program variables as symbolic variables along a concrete execution path. Symbolic execution is used in conjunction with new test cases to maximize code coverage. The main focus of this technique is to ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Building Ethereum Dapps

Building Ethereum Dapps

Roberto Infante
Ethereum For Dummies

Ethereum For Dummies

Michael G. Solomon

Publisher Resources

ISBN: 9781789133998Supplemental Content