-
I try to fuzz android library based libafl-frida. I write a `harness library` which uses `dlopen` to load the target library.
When fuzzing, I use frida to hook one of the functions in `target libr…
-
**Is your feature request related to a problem? Please describe.**
My fuzzer is being killed with signal 9 very often (due to memory limits of the MacOS)
Upon being terminated by signal 9 - the nex…
-
To reproduce this bug, replace the executor in `baby_fuzzer` with
```Rust
// Create the executor for an in-process function with just one observer
let mut executor = TimeoutExecutor::new(
InPr…
-
Right now, persistent mode is enabled the following way:
- afl-fuzz scans the complete binary and checks if `PERSIST_SIG` was inserted (which is automatically done by afl-cc if __AFL_LOOP is used) …
-
I run the 'cargo build --release' in docker, and the following error occurs, my llvm version in docker is 15, I think this version is too high, but how do I fix this error without affecting the docker…
-
Hello.
I'm following your code to solve exercise one with LibAFL(version 0.8.1). I found in your blog that you used 10 mins to generate 600+ inputs. But my corpus grow slowly after the size comes to …
-
When I tried to build documents on Windows with the command `cargo doc`, I got some errors below.
```bash
Documenting libafl v0.8.1 (C:\fuzz\LibAFL\libafl)
error: unresolved link to `crate::exec…
-
@richinseattle has made a gdiplus for frida_windows (but based on a old version of libafl) 🎉
https://github.com/richinseattle/LibAFL/tree/main/fuzzers/frida_gdiplus
we want to merge this harness in…
-
like the example: frida-libpng.
We can run the fuzzer by:
```
./frida_fuzzer -F LLVMFuzzerTestOneInput -H ./libpng-harness.so -l ./libpng-harness.so
```
could the fuzzer support to generate …
-
error: failed to run custom build command for `libafl_cc v0.8.1 (/home/mzs/Desktop/LibAFL/libafl_cc)`
Caused by:
process didn't exit successfully: `/home/mzs/Desktop/LibAFL/target/release/build/…