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 couldn't run "make install" on this repository. So I should run "make" command and set AFL_PATH variable. But after that I get the below error still:
The afl-qemu-trace file generated after run the build_qemu_support.sh, but according to the 7230 line in the afl-fuzz.c it isn't there in $AFL_PATH/afl-qemu-trace and it is there in $AFL_PATH/tracers/i386/afl-qemu-trace. So I copy that manually to $AFL_PATH directory and problem was solved.
I publish this issue because I think this is a problem and you should change the afl-qemu-trace location. because the original value of $AFL_PATH is the location of afl-fuzz and as.
Thank you.
The text was updated successfully, but these errors were encountered:
I couldn't run "make install" on this repository. So I should run "make" command and set AFL_PATH variable. But after that I get the below error still:
The afl-qemu-trace file generated after run the build_qemu_support.sh, but according to the 7230 line in the afl-fuzz.c it isn't there in $AFL_PATH/afl-qemu-trace and it is there in $AFL_PATH/tracers/i386/afl-qemu-trace. So I copy that manually to $AFL_PATH directory and problem was solved.
I publish this issue because I think this is a problem and you should change the afl-qemu-trace location. because the original value of $AFL_PATH is the location of afl-fuzz and as.
Thank you.
The text was updated successfully, but these errors were encountered: