-
In Fuzzer.swift on linux, there's a requirement that `/proc/sys/kernel/core_pattern` starts with `|/bin/false`, which disables all core dumps on the target system.
This is a bit awkward to forc…
-
I notice that: when I enable "--exportStatistics", many "*_evaluator_state.bin" file will be generated in folder. those files take of a lot of disk space.
what does "*_evaluator_state.bin" file use f…
-
Found with fuzzilli:
Original Crash: [Uploading program_20240409052048_0C492C66-D7D1-4480-817A-E681B77B7C06_flaky.js.txt…]()
Minified by @ttrssreal
```js
function f(){
class C {
static {
…
-
# Description
We found a stack overflow involving `mrb_json_generate`. We've attached three pocs that involve json generation in different ways.
[poc.zip](https://github.com/mruby/mruby/files/12…
-
Hi, there are several missing fuzzers in the list like the popular honggfuzz and AFLplusplus.
The categorization is broken.
For instance, libFuzzer is not a Binary fuzzer, but a source-level fuzzer.…
-
# Description
We found a segmentation fault in mruby 3.2.0. Seeing that the fault address is very close to 0x0, we suspect the fault happened when attempting to access an object without checking a …
-
## Does Hermes still support Fuzzilli instrumentation? Maybe the compilation can be achieved in another way. Thanks!
-
### Description
As the document states, there are Hermes symbols in the assets, but only certain versions have them (e.g., 0.70.7), while others don't (e.g., 0.71.7).
How can I obtain the Hermes …
-
Hi, when I run fuzzilli according to the instructions [here](https://github.com/googleprojectzero/fuzzilli/blob/main/README.md#usage), I get:
```
$ swift run FuzzilliCli --profile=v8 --storagePath=/…
-
Fuzzilli: [`8eec7a7`](https://github.com/googleprojectzero/fuzzilli/commit/8eec7a70fc49ed49f92cec9a29a42cbf17764638)
V8: `92a918e10bd36c1045b2f750b56fdab4b4148ae4`
I've got
```
[Fuzzer] Testcase…