- OS: ubuntu (18.04 LTS)
- Container: docker (19.03.6)
(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
# To build target library with FuzzBuilderEx (using docker)
$ ./runner.sh [target library name]
# To make seed
$ ./fuzzbuilderex seed [configuration file]
# To optimization
$ ./fuzzbuilderex opt [configuration file]
# To create fuzzing executables
$ ./fuzzbuilderex exec [configuration file]
Automatically Seed Corpus and Fuzzing Executables Generation Using Test Framework
@article{jeon2022automatically,
title={Automatically Seed Corpus and Fuzzing Executables Generation Using Test Framework},
author={Jeon, Sanghoon and Ryu, Minsoo and Kim, Dongyoung and Kim, Huy Kang},
journal={IEEE Access},
year={2022},
publisher={IEEE}
}
This program is authored and maintained by Sanghoon(Kevin) Jeon, Minsoo Ryu, and Dongyoung Kim.
Email: kppw99@gmail.com, onsoim@gmail.com, ehddud758@gmail.com
GitHub@FuzzBuilderEx