kppw99 / DDRFuzz

DDRFuzz is a fuzzing system based on a seq2seq model to generate valuable seed corpus.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DDRFuzz: Data-driven Fuzzing with Seq2Seq Model for Seed Generation

image

Abstract

image

Prerequisite

  • OS: ubuntu (18.04 LTS)
  • Container: docker (19.03.6)
  • Fuzzer: AFL (2.5.b)
  • DATA Collector: AFL4DDRFuzz

Description of Directory

(D: directory / F: file)

  • [D] projects: target projects
  • [D] src: source code of ddrfuzz
  • [F] Dockerfile: dockerfile for base environment such as os, AFL, utils, etc.
  • [F] docker-compose.yml: docker compose file for fuzzbuilderex, target libraries
  • [F] build.sh: script file to build target projects

Publications

DDRFuzz: Data-driven Fuzzing with Seq2Seq Model for Seed Generation

@article{
TBD
}

About

This program is authored and maintained by Sanghoon(Kevin) Jeon, Dongyoung Kim, and Minsoo Ryu.

Email: kppw99@gmail.com, ehddud758@gmail.com, onsoim@gmail.com

GitHub@DDRFuzz

About

DDRFuzz is a fuzzing system based on a seq2seq model to generate valuable seed corpus.

License:Apache License 2.0


Languages

Language:Python 42.7%Language:Shell 32.8%Language:Dockerfile 19.7%Language:C++ 3.0%Language:C 1.8%