Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 688 Bytes

fuzzing.md

File metadata and controls

24 lines (14 loc) · 688 Bytes

Fuzzing notes

Dependencies

Docker CE

Please install docker CE. The instructions can be found here: https://docs.docker.com/install/

#Run Fuzzers

There are two options, you install afl in your host or you use a docker container.

If you want to use the docker container. In the fuzzing directory:

  • Use make login to get a bash session in a preinstalled container.
  • Run make build to build an instrumented stub
  • Run make run to start fuzzing

If you want to run multiple fuzzers:

  • Get another session in the same container: make login
  • run make run_slaves to start 4 more parallel fuzzers

You may want to configure docker to use more CPUs/cores