You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: