-
Hi!
Read the doc, but could not figure it out.
Have a binary with a function (that takes buffer and lenght) on Android device.
Can I fuzz it with fpicker?
Wanted to use afl++ mode on it. …
-
-
We currently don't have anything like `tmin` and `cmin`.
Corpus minimization should be straight forward to implement using an observer and a custom run function.
Tmin will need some additional wor…
-
The code to create a Nyx based Executor can be easily borrowed from https://github.com/nyx-fuzz/spec-fuzzer/blob/main/rust_fuzzer/src/runner.rs
As currently libafl outperforms AFL++ on llvm targets…
-
**Describe the bug**
On aarch64, MacOS testcases fo ShMem fail right now
-
There are too many `#[allow(clippy::xxx)]` in code(about 400+). `clippy.toml` allows to apply clippy rules globally. That may help to improve quality of code and doc.
-
I tried to build the test fuzzer with make all. The result was:
a@b:/fuzzers/frida_libpng$ make all
Build the frida libpng libfuzzer fuzzer
cargo build --release
...
Compiling libafl v0.…
-
https://github.com/AFLplusplus/LibAFL/blob/2e746bf439629e4fe8fa47cf9f39acd1395c828f/libafl/src/mutators/encoded_mutations.rs#L423
Is this a bug? It says other testcase, but references the same test…
-
We will likely apply for libafl for GSoC.
For every interested student that means you must already have a strong background in Rust - otherwise you will not be able to help the project.
If you are…
-
We now have a Makefile.toml that can build and run a frida-based fuzzer on Unix.
https://github.com/AFLplusplus/LibAFL/blob/acba89b92a4b3e2478d87ee6ef489c07fbb5d20c/fuzzers/frida_libpng/Makefile.toml…