Skip to content

MartinBroers/afl_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

afl_docker

This docker runs the American fuzzy lop, see ttps://lcamtuf.coredump.cx/afl/

usage

building

docker build --rm --no-cache -t fuzzer .

Running

Because we may need to change the goverance of the cpu, we need to run the image with privileged access:

docker run -ti --rm --privileged -v "$(pwd)":/workdir -w /workdir fuzzer

When you don't give any commands, the docker will launch into an interactive shell. However, one can append the afl commands at the end and those commands will be launched right away.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published