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

Support macOS Monterey #471

Closed ChiChou closed 2 years ago

ChiChou commented 2 years ago

I noticed that the previous version checking is based on substring match, which could be incorrect for some cases.

robertswiecki commented 2 years ago

Thanks!