-
```rust
#[derive(Clone, Serialize, Deserialize, Debug)]
#[serde(bound = "T: serde::de::DeserializeOwned")]
#[allow(clippy::unsafe_derive_deserialize)]
pub struct StdMapObserver
-
I try to use `LibAFL` and `qemu-x86_64-static` with snapshot support to fuzz a complex application. At startup, I can set two breakpoints, call `emu.run()` and regain control once the breakpoint(s) tr…
-
This block of code:
https://github.com/AFLplusplus/AFLplusplus/blob/stable/src/afl-fuzz-one.c#L843-L852
```C
eff_map = afl_realloc(AFL_BUF_PARAM(eff), EFF_ALEN(len));
```
`eff_map` is alloc…
-
Hi , I want to ask that does the AFL++'s qemu_mode support avr-system(8bit atmel mcu)? or the other modes can do this?
-
-
**Describe the bug**
When building a fuzzer using ARM qem_user, the fuzzer panics at runtime with the following error:
```
thread main panicked at 'called `Result::unwrap()` on an `Err` value: Cus…
-
**Describe the bug**
As mentioned in https://github.com/AFLplusplus/LibAFL/issues/1059 , libafl 0.9.0 has a problem. So I tried to use a specific rev like 7ed1ac9. However, when I ran `cargo build` …
-
**The bug**
I am on windows and im trying to run the `cargo build --release` command, but keep getting this error
**Expected behavior**
i would expect it to build without this error
**Screen o…
-
@EliaGeretto and I were reviewing the code and the logic to compute the weight for test case selection seems to assign more weight the more the item has been fuzzed:
https://github.com/AFLplusplus/AF…
-
This seems like a bug:
```rust
dmnk@dmnk ~/tmp/LibAFL/fuzzers/baby_fuzzer_swap_differential miri* 27s
❯ RUST_BACKTRACE=1 MIRIFLAGS="-Zmiri-disable-isolation" cargo +nightly miri run
Preparing a sy…