-
-
We are interested to use together LibAFL with SymRustC in a **generic** way, i.e. having a _framework_ taking an arbitrary Rust program in input and doing the whole simulation as **automatic** as poss…
-
Hey, this looks awesome!
I'm the maintainer of [LibAFL](http://github.com/AFLplusplus/LibAFL), the fuzzing library, and wanted to shamelessly plug it here.
While the lib itself has binary-only instr…
-
From somebody using LibAFL:
> I'm hitting this panic from time to time: https://github.com/AFLplusplus/LibAFL/blob/main/libafl_bolts/src/llmp.rs#L1114
> I think it's because I'm launching a lot of…
-
I am trying to use the libafl_libfuzzer shim with cargo-fuzz and hitting this error:
```
--- stderr
src/sanitizer_interfaces.h:1:10: fatal error: 'sanitizer/allocator_interface.h' file not …
-
I'm hitting these errors when running `bash ./build.sh`
Trying different revisions of LibAFL didn't help.
```
error[E0432]: unresolved import `core::simd::SimdOrd`
--> /home/florian/.cargo/g…
-
I'm trying to run a FuzzBench experiment on the mruby target after applying https://github.com/google/fuzzbench/pull/2048 and https://github.com/AFLplusplus/libafl_fuzzbench/pull/13. After applying th…
-
Currently, [the `Clone` impl for `[T; N]`](https://github.com/rust-lang/rust/blob/24254efb432739965c50c43c86b2eabbb947a31c/library/core/src/array/mod.rs#L426-L455) uses specialization. If `T` implemen…
-
Wrote a harness to fuzz a lib using LibAFL.
I get a crash within LibAFL, but cannot reproduce it outside LibAFL (almost identical harness ... outside LibAFL I added just main() function)
Would b…
-
Since I am trying to make this run for three days now, I want to collect some informations here on what could improve working with libafl_nyx.
1. The qemu_nyx is pretty outdated (Sep 2022) and has …