-
Currently the fuzzer has several issues, that make it difficult/inconvenient to use/develop further:
- It needs to run in the compliance configuration. For development it would make sense to have t…
-
heyo, I've performed some fuzzing in VBA-M and found some null derefs.
Based on commit `951e8e0ebeeab4fc130e05bfb2c143a394a97657`
[null_deref.gb.gz](https://github.com/visualboyadvance-m/visualb…
-
```
Suggestions received via email :
When the fuzzing results come back in, instead of seeing a list of 1000s of responses,
I'd like to see a list of the different response elements (response code, r…
-
Use something like [hypothesis](http://hypothesis.works/) or [American fuzzy lop](http://lcamtuf.coredump.cx/afl/) to get deeper test coverage.
-
Currently FFW only supports mutation fuzzers, which are based on prerecorded data from the interceptor.
It should also support generative fuzzers, which do not have prerecorded data.
* Add fuz…
dobin updated
6 years ago
-
Creation of unit tests designed for use with fuzz testers, such as American Fuzzy Lop (http://lcamtuf.coredump.cx/afl/) will help catch bugs.
A good candidate where fuzz testing would be effective …
-
FUZZER_LIB currently uses only "/libAFL.a" in fuzzer.py
Some fuzzers, such as KLEE, need to add other (non-static) libraries, see https://github.com/google/fuzzbench/blob/klee/fuzzers/klee/fuzzer.p…
lmrs2 updated
4 years ago
-
FUZZ_TARGET env variable is exposed for non oss-fuzz projects. We should have it for oss-fuzz projects as well.
lmrs2 updated
4 years ago
-
The current API token for crash reporting during fuzzing is an unrestricted token shared by all fuzzing instances and also used for local team members during ad-hoc fuzzing. In the event of a token le…
-
Reproduction:
```
git fetch
git checkout sp-offset-overflow-or-underflow
pnpm i
cd contracts
pnpm fuzz-repro issues/sp-offset-overflow-or-underflow.json -- -vvv
```