Open dazhouzhou opened 3 years ago
I think this is because honggfuzz ASAN doesn't have an instrumented strncmp in some scenarios. I am not sure why this occurs, but I am also facing this issue. I have std::string keys in a map and honggfuzz can't guess the keys.
I am encountering the same issue.
apple.zip (blackbox binary from a CTF)
ln -s libc_32.so.6 libc.so.6
mkdir hf_corpus
honggfuzz -i hf_corpus -- ./applestore_patched ___FILE___
From what I understand it should be okay that the input corpus is empty in the Feedback Driven Mode?
Trying to fuzz simple test target.
hfuzz_cc/hfuzz-clang test.c -o test honggfuzz -i in -n 1 -P -- ./test
Host machine is RH2288 with 40 cores, os is ubuntu 18.04.