Skip to content

DangHa/afl_testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Demo for AFL testing

How to run AFL

$ mkdir alftesting
$ cd alftesting
$ CC=/usr/local/bin/afl-gcc CXX=/usr/local/bin/afl-g++ cmake ..
$ make
$ /usr/local/bin/afl-fuzz -i ../testcases -o ../findings ./demo-afl
  • For more quickly install (use this docker image)
docker pull hadang/ubuntu20.04-afl

About

AFL testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published