-
I updated some code to adopt the latest fuzzilli
http://github.com/areuu/ilcompiler
using ocaml 4.14.0, flow_parser 0.192.0
-
Per se to https://github.com/googleprojectzero/fuzzilli/blob/7ac136b3ba6fccae03fe754425c7f475fcbb64c4/Sources/Fuzzilli/Core/ProgramTemplates.swift#L156
It was already a TODO to check whether they w…
-
After commit https://github.com/googleprojectzero/fuzzilli/commit/87ee22bad2ac3bafbc8db13d5bfb7ea3c25fc39c we are now [able to determine whether an instruction can be replaced (folded) with an existin…
-
I am trying to use fuzzilli with custom js engine which use a few shared libraries, And it looks like this configuration is not currently supported by fuzzilli because of https://github.com/googleproj…
-
What did I do wrong? Please help me.
```
Coverage] Initialized, 0 edges
[Fuzzer] Initialized
[Fuzzer] Cannot check if crashes are detected
[Fuzzer] Recommended timeout: at least 10ms. Current tim…
-
I tried to fuzzing espruino https://github.com/docfate111/Espruino based on the example targets.
If I add functions to the JS engine they must take void as an argument so I instead used strstr() on t…
-
FuzzIL's representation of loops is oversimplified and cannot express the fact that more or less arbitrary computations can be performed in the loop header. This might, however, be interesting for thi…
-
it would be nice to have a testing infrastructure (similar to or included in Tests/) that has access to a JavaScript engine to execute scripts on. Preferably, any of the supported JavaScript engines c…
-
1. when i finish the lastest Patch for JerryJS , i start it will crash all the time , not real crash , child crash. has anyone do the same?
2.
3. ------------------------------
4. [JavaScriptEnvi…
-
## What is the Problem Being Solved?
Since August 2022 we have not been able to update the Moddable SDK after encountering [divergences between validators in the integration test](https://github.co…