-
When I use afl-fuzz natively with afl-gcc and afl-fuzz, I get for an example program 2000 executions per second.
When I use ptfuzzer for the the same program and seed input files (but of couse comp…
-
From the /sync directory
```
$ cwtriage -afl -root . -workers 16 -engine lldb
2016/02/04 19:18:47 Couldn't parse AFL commandline in fuzz01/crashes/README.txt
```
With a readme file like:
```
Comma…
-
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…
-
I've been toying around with bun this afternoon in order to add a small tutorial in https://github.com/NathanReb/ocaml-afl-examples and a section in my upcoming blog article about AFL fuzzing and OCam…
-
when using gh3fuzz, one error occurs:
![图片](https://github.com/sefcom/greenhouse/assets/43945159/f3b9f8ed-df0e-4e30-909e-e84e3b6a859d)
After detailed analysis, the main reason is zombie process.
…
-
Tested on git commit https://github.com/net-snmp/net-snmp/commit/13622d11459454bf435bc8afeaacb6a740ddf6cf
```
$ 'apps/snmpget' '-YA'
==============================================================…
-
We should be able to do some fuzz testing. The minimal thing we can do is to throw data at the datetime and span parsers to ensure they don't panic.
-
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
In function `ParseSegmentFormula()`, an invalid value is being used as `size` for an allocation through `calloc()`.
https://github.com/IUPAC-InChI/InChI/blob/84773394f6b5e249747bc48c2437…
-
Angora is a new fuzzer that according to its authors is strictly superior to the AFL-inspired status quo. See https://arxiv.org/abs/1803.01307 for more info.
Angora itself is written in Rust, but d…