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'm trying to compile a program for pmfuzz using clang, as the readme says you'd need to use PMFuzz's AFL++ version of gcc/clang. However, it appears that the included AFL++ version of afl-clang simply links to the afl-gcc binary. Is the afl-clang-fast binary modified for PMFuzz, or is using afl-gcc necessary?
The text was updated successfully, but these errors were encountered:
I'm trying to compile a program for pmfuzz using clang, as the readme says
you'd need to use PMFuzz's AFL++ version of gcc/clang
. However, it appears that the included AFL++ version ofafl-clang
simply links to theafl-gcc
binary. Is theafl-clang-fast
binary modified for PMFuzz, or is usingafl-gcc
necessary?The text was updated successfully, but these errors were encountered: