-
These are known Realm crashes that have been previously reported, but in the past reproducing them has been very tricky. The good news is that the Fuzzer can be used to reproduce these crashes, and it…
-
**Describe the bug**
When attempting to fuzz Keycloak, the application sometimes closes with an error and a stack trace:
```
[2024-11-05T05:08:11Z INFO wuppiefuzz::fuzzer] [Objective] New 'crash' …
-
todo for v0.2.x:
- [ ] keccak reasoning
- [x] concrete keccak handling #391
- [ ] local injectivity of hash, using inclusion set: if x and y in inclusion set, then hash(x) == hash(y) => x == …
-
(consider this as a work-in-progress design doc, it will be periodically updated)
EDIT 2019-06-20
# Data Flow Trace
The Data Flow Trace (DFT) tells the fuzzing engine which bytes of a given inpu…
-
Hi
I tried to do the setup of ffw with honggmode by following the README but it's failing at the final step when I try to run the fuzzer. Can someone please help me here.
I am using ubuntu18.04
…
-
Hello Winafl team,
I'm currently testing network mode with testing binary test_netmode.exe which is provided by winafl.
It seems like it is working but I faced an error during testing. It stops afte…
-
This is ClickHouse roadmap 2024.
Descriptions and links are to be filled.
This roadmap does not cover the tasks related to infrastructure, orchestration, documentation, marketing, external integra…
-
**Summary**
I am a student currently trying to create a base test case for the network fuzzer with a simple TCP server that merely creates, binds, listens, accepts, receives a string, and closes a soc…
ghost updated
7 years ago
-
[Honggfuzz](http://honggfuzz.com/) looks to be a great competitor to libFuzzer and AFL.
Also, the instrumentalization procedure seems to be very similar to libFuzzer so it might be quite easy to ad…
-
I tried the example in Readme and executed the following command:
```
afl-fuzz -i examples/test-network/in -o ./examples/test-network/out -- ./fpicker --fuzzer-mode afl -e attach -p test-network -f …