Giter VIP home page Giter VIP logo

segogt / easyflow Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jianbo-gao/easyflow

0.0 0.0 0.0 103.74 MB

A prototype of overflow detection tool for Ethereum smart contracts.

Home Page: http://easyflow.cc

License: GNU Lesser General Public License v3.0

Shell 0.31% JavaScript 9.53% Ruby 0.01% C++ 0.86% Python 0.47% C 5.29% Java 0.28% Go 75.38% Assembly 0.43% CSS 6.10% Makefile 0.11% HTML 0.18% NSIS 0.21% M4 0.24% Dockerfile 0.03% Solidity 0.58%

easyflow's Introduction

EasyFlow

EasyFlow is a prototype of overflow detection tool for Ethereum smart contracts.

This tool is developed based on the official evm tool in go-ethereum .

A brief introduction video has been uploaded to Youtube.

Building the source

Installation instructions for Ubuntu 16.04

(Typically these commands must be run as root or through sudo.)

Install latest distribution of Go(v1.10.3):

wget https://dl.google.com/go/go1.10.3.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.10.3.linux-amd64.tar.gz

Add /usr/local/go/bin to the PATH environment variable. You can do this by adding this line to /etc/profile:

export PATH=$PATH:/usr/local/go/bin

Apply the changes in /etc/profile immediately:

source /etc/profile

Install C compilers:

apt-get install -y build-essential

Clone the repository to a directory of your choosing build:

git clone [email protected]:Jianbo-Gao/EasyFlow.git

Finally, build EasyFlow core module using the following command.

cd EasyFlow
make evm

You can now run python run.py in taint_scripts to use EasyFlow.

Using the tool

Using EasyFlow

Examples can be accessed in taint_scripts/cmd.sh

Using Modified EVM Tool (Core module of EasyFlow)

Examples can be accessed in taint_contracts/cmd.sh

easyflow's People

Contributors

obscuren avatar karalabe avatar fjl avatar tgerring avatar zelig avatar cjentzsch avatar debris avatar zsfelfoldi avatar holiman avatar gavofyork avatar gluk256 avatar arachnid avatar vbuterin avatar jianbo-gao avatar cubedro avatar gballet avatar rjl493456442 avatar janos avatar kielbarry avatar egonelbre avatar lmars avatar nonsense avatar ethers avatar jimenezrick avatar ebuchman avatar winsvega avatar ferhatelmas avatar markya0616 avatar mcdee avatar kobigurk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.