-
Hi,
I've found a possible infinite loop in [`send_over_network()`](https://github.com/aflnet/aflnet/blob/62d63a59230bb5f5c6e54cddd381b9425dba3726/afl-fuzz.c#L1118-L1121).
```c
while(1) {
…
r4gus updated
3 months ago
-
### Summary
Several undefined-behaviors have been found after testing one of the harnesses provided on the OSS-Fuzz repository (inchi_input_fuzzer).
During our tests we found:
1. signed integer-o…
-
I just tried transpiling afl-fuzz and saw that:
```
root@3c642805f62f:/corrode# stack exec -- corrode afl-2.35b/afl-fuzz.c -DBIN_PATH=\"/usr/local/bin\"
e:0:1: warning: undefining "__LINE__"
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…
-
Hello,When I try to compile afl in V-Shuttle-S/afl-seedpool, I get the following error:
```
[*] Checking for the ability to compile x86 code...
[+] Everything seems to be working, ready to compil…
-
I'm trying to fuzz an [unmodified fork](https://salsa.debian.org/duncan_bayne/mpack) of the [mpack source](https://salsa.debian.org/debian/mpack).
### expected behaviour
After building from sour…
-
Hi,
I've built WinAFL from master branch (last commit [b291220](https://github.com/googleprojectzero/winafl/commit/b291220d5f5fcd7c98e62927fbf104d911710fdf)), using Visual Studio 2019 (also tried wit…
ghost updated
2 years ago
-
AFL version: 2.56b
Command: afl-fuzz -i fuzz/ -o findings ./lang @@
OS: Manjaro Linux
CPU: Intel Core i5-2400S CPU @ 2.50GHz
On running afl-fuzz I got this message:
```
Whoops, your system u…
-
**Describe the bug**
AFL_FRIDA_INST_UNSTABLE_COVERAGE_FILE is not always working, there seems to be a problem with something like a race condition, frida_mode is looking for fuzzer_stats while the fi…
-
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…