Giter Club home page Giter Club logo

sklee's Introduction

About:

Analysis of Ethereum Smart Contracts using KLEE

The tools is an augmented version of KLEE to verify Solidity smart contracts using symbolic execution and generate test-cases which gives concrete value of the variable when a bug is found. The following are the smart contract vulnerabilities which can be verified:

  1. Unchecked send
  2. Integer overflow/underflow
  3. Greedy contract
  4. Prodigal contract
  5. Suicidal contract
  6. Call to unknown function
  7. Memory overlap
  8. Address typecast
  9. Payable but no fallback
  10. Timestamp dependence
  11. Transaction order dependence
  12. Blockstate dependence
  13. Mapping read

Directory Structure:

Frontend: php script based to execute command in backend
-OnlineKLEE (only deployed on local server for now)
Libraries: libraries to be cloned for independent installation
-libc++-10
-libc++-build-10
-libc++-install-10
-llvm-10
-klee-uclibc
-stp
Core Functionality
-klee
Benchmarks
-SKLEE Benchmarks
Scripts
-scripts


Run the tool:

  1. Upload Solidy contract file (in text format) to directory klee/tools/klee/
  2. bash runKLEE.sh
  3. bash getResult.sh

Installation:

All commands listed in requirements.txt under scripts directory.

Instructions to install lib other than KLEE:

sudo apt install bison
sudo apt install lex
sudo apt-get install libboost-all-dev

Instructions to install KLEE: https://klee.github.io/build-llvm11/

sklee's People

Contributors

anirudhakulkarni avatar namrata690 avatar pratyushiitd avatar subodhvsharma avatar

Stargazers

 avatar

Forkers

harmony666 talfao

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.