siemens / fluffi

FLUFFI (Fully Localized Utility For Fuzzing Instantaneously) - A distributed evolutionary binary fuzzer for pentesters
MIT License
100 stars 21 forks source link

Option to record path coverage using edge coverage #275

Open sears-s opened 2 years ago

sears-s commented 2 years ago

Note - to clear up the terminology: path coverage is what is being recorded which uses a hash of the edge coverage.

To enable, the edgeCoverageModule option should be set to the name of the module's whose path coverage will be recorded. The view project webpage will show the number of covered paths.

Implementation notes:

Limitations:

Relies on #274.