-
Fuzzilli: `fuzzilli-0.9.3`
V8: `8560c85e`
depot_tools: `a73a2497`
clang version: `13.0.0`
Ubuntu 20.04
I compile v8 using standard `V8/Target/fuzzbuild.sh` from repository.
I try a 12h campa…
-
Running commands : swift run -c debug FuzzilliCli --profile=jsc --jobs=4 --consecutiveMutations=2 --engine=multi --corpus=markov --storagePath=/Users/bootywarrior/Desktop/Aggyfuzz --collectRuntimeType…
-
The following test intermittently fails with the following error:
```
Test Case 'ProgramBuilderTests.testTypeInstantiation' started at 2021-11-03 09:00:22.498
Fuzzilli/ProgramBuilder.swift:520: A…
-
When I used fuzzilli to fuzz v8, there were a lot of crashes, but when I tested these crashes, I found that they were based on two kinds of errors, one is
`C:\Users\vince\Downloads\sto\sto\crashes\pr…
-
Currently we have both `.anything` (a "proper" union type of all available types) and `.unknown` (a pseudo basic type expressing that we don't know the actual type). This causes lots of weirdnesses th…
-
I tried to compile Spidermonkey and add `-fsanitizer=address` but the jsshell crashes immediately after start.
-
I'm getting
typeDecodingError("invalid parameter type") Skipping
when loading the below compiled program using the fuzzilli compiler and --importCorpusAll
```
function main() {
function…
-
I run fuzzilli with this command 'swift run -c release FuzzilliCli --profile="v8" --jobs=48 --storeagePath=/result /home/v8/out/fuzzbuild/d8 --minCorpusSize=10240 --engine=hybrid'
After running few…
-
Hi Samuel, I followed the construction for docker `docker run -ti fuzzilli ./Fuzzilli --profile=v8 /home/fuzzer/v8/d8`, but I forgot to add `storagePath`.
Fuzzilli has found 1 crash, but I didn't s…
-
If Fuzzilli's `--resume` is interrupted, whether it by a crash, or CTRL-C, it seems to wipe the corpus that has not yet been imported.
Example:
* Initial coverage before stopping Fuzzilli: 22.80…