https://github.com/aflplusplus/libafl_paper_artifacts
https://github.com/aflplusplus/libafl_paper_artifacts
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/aflplusplus/libafl_paper_artifacts
- Owner: AFLplusplus
- Created: 2022-04-14T14:17:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T13:01:51.000Z (over 3 years ago)
- Last Synced: 2024-11-24T17:47:43.944Z (over 1 year ago)
- Language: Makefile
- Size: 25.3 MB
- Stars: 20
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LibAFL: A Framework for Modular and Reusable Fuzzers
The fuzzers/ folder contains the variants created for the paper and fuzzers/LibAFL contains the code of LibAFL.
The neodiff folder contains the NeoDiff code with the libafl-based implementation.
The fuzzbench/ folder contains a snapsot of the fuzzbench repository used in the evaluations with all the variants. Each dockerfile must be adapted by hand to point to a git repository serving the fuzzers/ folder as repository. The original links were removed for the double blind.
Individual experiments can then be runned using the local experiments https://google.github.io/fuzzbench/running-a-local-experiment.