https://github.com/defuse/afl-demo
https://github.com/defuse/afl-demo
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/defuse/afl-demo
- Owner: defuse
- Created: 2020-02-17T12:49:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-17T15:48:17.000Z (over 6 years ago)
- Last Synced: 2025-01-24T09:43:38.990Z (over 1 year ago)
- Language: C
- Size: 2.93 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# afl-demo
A simple demonstration of how to use the AFL fuzzer.
- A vulnerable demo progam is in main.c.
- Scripts for building/instrumenting/running AFL included.