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

ubuntu18和ubuntu22都无法编译honggfuzz #491

Open zhjygit opened 1 year ago

zhjygit commented 1 year ago

安装依赖:sudo apt-get install binutils-dev libunwind-dev libblocksruntime-dev clang --fix-missing 下载源码:git clone https://github.com/google.com/honggfuzz.git cd honggfuzz make image image

Liujiahao0 commented 1 year ago

Ubuntu20.04 also encountered the same problem

douglasbagnall commented 1 year ago

Looks like a duplicate of #490.