Skip to content

CarpetFuzz's fuzzer component. Belongs to CarpetFuzz main repo.

License

Notifications You must be signed in to change notification settings

waugustus/CarpetFuzz-fuzzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CarpetFuzz-fuzzer

This repo is CarpetFuzz's fuzzer component, which is based on the AFLplusplus repo (commit 96b774261172a2259ab98cc529eba3d7212375cb).

Description

With this fuzzer, CarpetFuzz can fuzz each program with all the prioritized pruned option combinations. Specifically, this fuzzer will instrument the target program to allow it to read options from a file and let the fuzzer modify the file on the fly to switch the combinations in use. At the beginning of fuzzing, it will use all the given combinations to mutate the seed files and record the corresponding combination when generating a new test case. Then it use the corresponding combination to mutate each test case in the queue.

All changes we made can be searched with the pattern,

// CarpetFuzz modified
***
// CarpetFuzz end

AFL Version

We also provide a version of CarpetFuzz based on AFL (commit 61037103ae3722c8060ff7082994836a794f978). To obtain such version, you can switch to the branch with the command,

git checkout AFL_version

About

CarpetFuzz's fuzzer component. Belongs to CarpetFuzz main repo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published