AFLplusplus
AFLplusplus copied to clipboard
The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more!
Is there built-in feature/opportunity to use only files from input directory without changing its content for fuzzing?
Wouldn't it be nice to have one? Or did I miss the link to the IM platform of the afl++?
**Describe the bug** frida_mode on ARM64 MacOS does not work at all. First problem seems to be the constant 0x1000 for the page size in instrument_previous_pc_addr = gum_memory_allocate_near( &spec, sizeof(guint64),...
**Describe the bug** I'm working through exercise 3 in [Fuzzing101](https://github.com/antonio-morales/Fuzzing101/tree/main/Exercise%203) to find a know bug in tcpdump using asan. When starting afl-fuzz starts a crash always occurs due to an...
AFL was compiled using: ``` export CC=/usr/bin/clang-14 export CXX=/usr/bin/clang-cpp-14 export LLVM_CONFIG=/usr/bin/llvm-config-14 ``` When then trying to compile MariaDB server with LTO instrumentation as follows: ``` export CC=/home/roel/AFL2/afl-lto export CXX=/home/roel/AFL2/afl-lto++ export...
Current dev: compilation (make ASAN_BUILD=1 DEBUG=1 distrib) on Raspbian 32-bit (armv7l) fails in frida_mode with: ``` ... cc -fPIC -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -g -O3 -funroll-loops -Werror -Wall -Wextra -Wpointer-arith -I /home/heiko/AFLplusplus/include...
It looks like there is some conflict between the implementation and the comments about ngram. According to the comment: ~~~ /* "For efficiency, we propose to hash the tuple as...
Hi, I also have a question regarding the custom post processor. In the example https://github.com/AFLplusplus/AFLplusplus/blob/stable/custom_mutators/examples/post_library_gif.so.c#L48 it is mentioned that if the post process function returns 0 the input is not...
When using AFL_FRIDA_STATS_FILE and AFL_FRIDA_STATS_INTERVAL on macOS (x64), I am getting this error: ``` [-] PROGRAM ABORT : Unable to request new process from fork server (OOM?) Location : afl_fsrv_run_target(),...
When the computer is suspended during a fuzzing session, the time spent in suspended state is counted as a "run time" on a statistics screen. In case fuzzing was running...