google / honggfuzz

Security oriented software fuzzer. Supports evolutionary, feedback-driven fuzzing based on code coverage (SW and HW based)
https://honggfuzz.dev
Apache License 2.0
3.04k stars 511 forks source link

Fix dry run #509

Closed AteChroma0j closed 8 months ago

AteChroma0j commented 8 months ago

Currently in dry run phase, honggfuzz partially reads files and mangle them, which is more wet than dry. This PR fixes that behaviour.

robertswiecki commented 8 months ago

Thanks