HexHive / magma

A ground-truth fuzzing benchmark suite based on real programs with real bugs.
https://hexhive.epfl.ch/magma
283 stars 82 forks source link

Fix to AFL++ crashes directory #126

Closed mgobbi289 closed 1 year ago

mgobbi289 commented 1 year ago

With this change, running the ./post_extract.sh script should be able to retrieve the bugs discovered by AFL++ after a fuzzing campaign

Should fix #127

adrianherrera commented 1 year ago

Great, thanks for the PR!