Code Monkey home page Code Monkey logo

visfuzz's Introduction

VisFuzz

Overview

VisFuzz is an interactive tool for better understanding and intervening fuzzing process via real-time visualization. VisFuzz helps the test engineer to: 1) drill down into the bottleneck from function level, basic block level to statement level; 2) learn semantic context from basic blocks and source code; 3) construct targeted inputs or update the test driver to increase coverage.

Published work

VisFuzz: Understanding and Intervening Fuzzing with Interactive Visualization, ASE 2019.

preprint paper

demo video link

Usage

  1. Install LLVM (>= 8.0), python3.

  2. Download and compile VisFuzz:

     git clone https://github.com/ChijinZ/VisFuzz.git
     cd VisFuzz
     export DEMO_PATH=$PWD/demo
     export TOOL_PATH=$PWD/visfuzz
     cd $TOOL_PATH/fuzz
     mkdir build
     cd build
     cmake ../llvm/ .
     make
     export VISFUZZ_BUILD=$PWD
     cd $TOOL_PATH/fuzz/afl
     make
    
  3. Fuzz && visualize demo:

     cd $DEMO_PATH/re2
     sh compile.sh
     cd repo
     mkdir in
     echo a>in/seed
     nohup $TOOL_PATH/fuzz/afl/afl-fuzz -i in -o out ./app @@ &
     python $TOOL_PATH/open_file_server.py 6767
    
     # Open a new terminal
     cd $TOOL_PATH/visualization
     python -m http.server 8000
    
  4. Open browser (Chrome is recommended) and visit localhost:8000

visfuzz's People

Contributors

chijinz 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.