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

add --version cmdline parameter #502

Closed vanhauser-thc closed 11 months ago

vanhauser-thc commented 11 months ago

There is no easy way to identify which honggfuzz version is installed as apparently the version is only displayed once the fuzzing UI is up. So I added a --version command that exists to display the version.

robertswiecki commented 11 months ago

Great, thanks!