-
Hey ETL Team,
I hope this message finds you well. I've been following along with ETL for some time now, and have integrated it into a number of projects. I'd like to suggest and champion an effort …
-
Error in Fuzzing libxml2 with AFL++ in Nyx-mode
Process:
1. Installed KVM-Nyx:
cd /tmp/ &&
wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.10.75/amd64/linux-image-unsigned-5.10.75-05…
-
**IMPORTANT**
1. You have verified that the issue to be present in the current `main` branch
yes
```
% git log | head -n 1
commit a212d66afef398cefb5ab7d1844e935efb702d23
```
**Describe the…
-
This project uses libfuzzer, which is compatible with [Google OSS Fuzz](https://github.com/google/oss-fuzz/). Integration with this means the project would be constantly fuzzed.
I would be open to …
-
### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
forge 0.2.0 (73fb616 2023-12-19T00:16:21.131413571…
-
```
A persistent window/tab that remembers your settings/lists/etc will allow a tester to
retry different tests faster.
You should be able to reopen the fuzzer to tweak settings e.g change injection …
-
https://issues.oss-fuzz.com/42533060 upx: Fuzzing build failure
The build has been failing for at least 9 months because of a stale patch
in the build system for testing UPX
that was necessary ten mo…
-
We are implementing an ink! fuzzer (https://polkadot.polkassembly.io/referenda/942).
For this we want to use wasmi to make it easier for developers to use the fuzzer.
As this requires code changes w…
-
In Wazero they have integrated some interesting fuzz tests.
We should eventually do something similar.
Reference:
https://github.com/tetratelabs/wazero/blob/dc4f64adc97850a7b9e999efb3310ef83fe276…
-
NieDzejkob did it back then I think with AFL, but LLVM also has libfuzzer, which seems to be easier to set up.