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
{{ message }}
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.
I find that most numbers are 0, I think this is wired. Is this correct? Or is there anything wrong with instrument or coverage collection?
The command line is so long and I can't figure out the function of lib.js, v8.js ... Can I just remove them like: ./fuzz/afl/afl-fuzz -C -m none -o output-17 /home/fuzz/v8fuzz/v8/out/fuzzbuild_DIE_2/d8 @@
And I can't figure out where to set the flags of v8 such as --allow-natives-syntax, --expose-gc ... Should I add them manually like: ./fuzz/afl/afl-fuzz -C -m none -o output-17 /home/fuzz/v8fuzz/v8/out/fuzzbuild_DIE_2/d8 --allow-natives-syntax --expose-gc @@
Thanks veryyy much.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello @thdusdl1219 @tarafans .I actually get everything working. But I have some questions to help me understand more about DIE.
Here is my fuzzer_stats file:
I have two questions.
I find that most numbers are 0, I think this is wired. Is this correct? Or is there anything wrong with instrument or coverage collection?
The command line is so long and I can't figure out the function of lib.js, v8.js ... Can I just remove them like:
./fuzz/afl/afl-fuzz -C -m none -o output-17 /home/fuzz/v8fuzz/v8/out/fuzzbuild_DIE_2/d8 @@
And I can't figure out where to set the flags of v8 such as --allow-natives-syntax, --expose-gc ... Should I add them manually like:
./fuzz/afl/afl-fuzz -C -m none -o output-17 /home/fuzz/v8fuzz/v8/out/fuzzbuild_DIE_2/d8 --allow-natives-syntax --expose-gc @@
Thanks veryyy much.
The text was updated successfully, but these errors were encountered: