Giter Site home page Giter Site logo

moonlight-steinsgate / ecofuzz Goto Github PK

View Code? Open in Web Editor NEW
45.0 1.0 13.0 843 KB

EcoFuzz-An adaptive energy-saving greybox fuzzer

Makefile 2.87% C 84.57% Shell 7.50% C++ 4.13% TSQL 0.15% PLpgSQL 0.04% HTML 0.73% JavaScript 0.01% Rich Text Format 0.01%

ecofuzz's Introduction

EcoFuzz

1.Introduction

EcoFuzz is an adaptive energy-saving greybox fuzzer based on AFL. More details of EcoFuzz are introduced in our technical paper "EcoFuzz: Adaptive Energy-Saving Greybox Fuzzing as a Variant of the Adversarial Multi-Armed Bandit", which has been published on USENIX Security 2020.

2.Installtion and Usage

The installation and usage of EcoFuzz are the same as those of AFL. In addition, EcoFuzz implements a static analysis module for extracting some magic bytes to a dictionary for certain programs, which is a shell script named "static_module.sh". You can get the dictionary of magic bytes from test binary by executing the command

./static_module.sh test_binary dictionary_directory

Then, the dictionary_directory can be provided for EcoFuzz to fuzz the test_binary in the dictionary mode.

ecofuzz's People

Contributors

moonlight-steinsgate avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

ecofuzz's Issues

restore deterministic strategies

  1. Ecofuzz runs without the deterministic strategies. what should I do if I want to restore the deterministic stage ? I think the deterministic stage is helpful for mutation, such as eff_map.
  2. I don't understand what the function calculate_power does when I try to restore the deterministic stage.
    if(energy < calculate_power(len))

    Thanks!

Question about information_of_time file

Hello, I tried using Ecofuzz to test gif2png for about 18 hours, and the output contains the information_of_time file. Its size is about 20G. I'm not sure why it happened, could you please help to check the reason? In addition, for the test of gif2png, I randomly downloaded 9 gif files from the Internet as initial seeds.

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.