Skip to content

FuzzBuilderEx is a system to build seed corpus and fuzzing executables using the test framework automatically.

License

Notifications You must be signed in to change notification settings

kppw99/FuzzBuilderEx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FuzzBuilderEx: Automated Building Seed Corpus and Fuzzing Executables using Test Framework

FuzzBuilderEx

Abstract

abstract

Prerequisite

  • OS: Ubuntu (18.04 LTS)
  • Container: Docker (19.03.6)

Description of Directory

*(D: directory / F: file)

  • [D] source: source code of fuzzbuilderex
  • [D] projects: target librares
  • [F] Dockerfile: dockerfile for base environment such as os, LLVM, AFL, utils
  • [F] docker-compose.yml: docker compose file for fuzzbuilderex, target libraries
  • [F] runner.sh: script file to build target library
$ ./runner.sh [project name]

About

This program is authored and maintained by Sanghoon(Kevin) Jeon, Min Soo Ryu, and Dong Young Kim.

Email: [email protected], [email protected], [email protected]

GitHub@FuzzBuilderEx