-
Hello, I have been trying to run driller in a docker container and cannot seem to get it to work. The error I obtain -
shellphuzz -d 2 -w workdir/shellphuzz/ -C --length-extension 4 ./CADET_00001
…
tiwns updated
4 years ago
-
Is there a way to see the code coverage?
-
This presents a problem when ClusterFuzz expects the fuzzer binary to be different.
For example, a bunch of errors are being thrown that look similar to this:
```
Command: /mnt/scratch0/clusterfuzz…
-
Since a few days, proj4 AFL builds fail: https://oss-fuzz-build-logs.storage.googleapis.com/index.html#proj4
```
Step #4 - "build-check-afl-address-x86_64": Broken fuzz targets 1
Step #4 - "build…
-
AFL is a classic fuzzer. There are many studies based on AFL. However, my known work does not explain how to calculate coverage.
I use llvm mode for instrumentation. Accumulate the inst_blocks in …
-
Here is my test `script.rb`:
```ruby
#!/usr/bin/env ruby
require 'kisaten'
Kisaten.init
puts Integer($stdin.read)
```
I have one file in the input directory: `number.txt` containing a…
-
Use [SWAM](https://github.com/satabin/swam) as the core to create a full-fledge fuzzer for WASM. As a big picture here are the milestone to achieve it:
Depends on the WASM coverage tool, see #54
…
-
Getting the following traceback when trying to use neural-fuzzer.py
```
/bin/sh: 1: afl-count: not found
Traceback (most recent call last):
File "neural-fuzzer.py", line 281, in
n = aflcount(c…
-
These are my commans:
```
➜ test git:(main) ✗ AFL_DEBUG=1 afl-fuzz -i ./in -o ./out -m none -- ../../fpicker -m afl -u shm -e attach -p test -f harness.js -v
[+] Enabled environment variable AFL_D…
-
Segmentation fault and timeout occur at mpca_lang_st()
==================================
**URL :** https://github.com/KimSeoYe/mpc/tree/fuzz
**Summary :** Segmentation faults and hangs occur wi…