-
I hope somebody can help with understanding this error.
I am on Ubuntu 22.04.04 and on a Nyx Kernel 6.0.0+
![grafik](https://github.com/nyx-fuzz/QEMU-Nyx/assets/15239745/59ee9261-3571-4520-8adb-6…
-
**Is your feature request related to a problem? Please describe.**
Right now, libafl_qemu only allows building with a single arch and endianness. This conflicting behavior is problematic when used in…
-
```
thread 'main' panicked at 'arithmetic operation overflow', /home/rappie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/primitive-types-0.12.1/src/lib.rs:38:1
stack backtrace:
0: rust_b…
-
We have a number of stages in LibAFL targets.
They need to (somehow) move to the main LibAFL crate.
https://github.com/AFLplusplus/LibAFL/tree/1dcfe8ef56f38cc15c9d2205756550fda7cdf85a/libafl_targe…
-
Ityfuzz selects mutators on random chance. There are two hyperparameters that can affect overall mutation:
- MAX_STACK_POW (used in libafl to determine how many times in a row to mutate - min of 2, m…
-
We need a nice way to use LibAFL from Rust.
-
We need a nice way to interface with LibAFL from C++.
-
There are still some things to do to fully support BoringSSL (#290) :
- [ ] Debug builds with ASAN don't work without `lto=true`
- [x] The determinism test doesn't pass with multithreaded `cargo tes…
aeyno updated
1 month ago
-
In this issue, I proposed several projects based on libafl (like libafl_frida) that we would be glad to include here.
As LibAFL is newly born there is a lot of work on the lib itself and we mostly wo…
-
I opened an issue in AFL++ which is also present in LibAFL because code was copy&pasted. So please refer to this bug report and replace "AFL++" with "LibAFL": https://github.com/AFLplusplus/AFLplusplu…