Searched full:aflplusplus (Results 1 – 25 of 104) sorted by relevance
12345
3 <img align="right" src="https://raw.githubusercontent.com/AFLplusplus/Website/main/static/aflpp_bg.…5 Release version: [4.10c](https://github.com/AFLplusplus/AFLplusplus/releases)10 [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus)38 [Releases tab](https://github.com/AFLplusplus/AFLplusplus/releases) and46 * For comparisons, use the fuzzbench `aflplusplus` setup, or use47 `afl-clang-fast` with `AFL_LLVM_CMPLOG=1`. You can find the `aflplusplus`49 [fuzzbench](https://github.com/google/fuzzbench/tree/master/fuzzers/aflplusplus).57 docker pull aflplusplus/aflplusplus58 docker run -ti -v /location/of/your/target:/src aflplusplus/aflplusplus65 Note: you can also pull `aflplusplus/aflplusplus:dev` which is the most current[all …]
2 # Usage: tools/external_updater/updater.sh update external/AFLplusplus5 name: "AFLplusplus"6 description: "AFLplusplus (american fuzzy lop plus plus) is a fuzzer"18 value: "https://github.com/AFLplusplus/AFLplusplus"
2 # This Dockerfile for AFLplusplus uses Ubuntu 22.04 jammy and8 FROM ubuntu:22.04 AS aflplusplus10 LABEL "about"="AFLplusplus container image"80 WORKDIR /AFLplusplus
20 url: "https://github.com/AFLplusplus/AFLplusplus"
14 # Copyright 2019-2024 AFLplusplus Project. All rights reserved.170 …aving correctly!"; echo; echo "Please post to https://github.com/AFLplusplus/AFLplusplus/issues to…193 @echo The homepage of AFL++ is: https://github.com/AFLplusplus/AFLplusplus >> ./$@
20 , not…48 https://github.com/AFLplusplus/AFLplusplus/issues and let's discuss :-)
88 [https://github.com/AFLplusplus/AFLplusplus/tree/networking](https://github.com/AFLplusplus/AFLplus…
4 [https://github.com/AFLplusplus/AFLplusplus/discussions](https://github.com/AFLplusplus/AFLplusplus…9 …<summary id="what-is-the-difference-between-afl-and-aflplusplus">What is the difference between AF…
26 tags: aflplusplus:test-amd6433 docker run --rm aflplusplus:test-amd64 bash -c "44 if: ${{ github.event_name == 'push' && github.repository == 'AFLplusplus/AFLplusplus' }}62 PUSH_TAGS=docker.io/aflplusplus/aflplusplus:${GITHUB_REF_NAME}64 PUSH_TAGS=${PUSH_TAGS},docker.io/aflplusplus/aflplusplus:latest
17 image: docker.io/aflplusplus/aflplusplus:dev20 run: git config --global --add safe.directory /__w/AFLplusplus/AFLplusplus27 - name: Build AFLplusplus # Rebuild because CodeQL needs to monitor the build process
17 container: docker.io/aflplusplus/aflplusplus:dev23 git config --global --add safe.directory /__w/AFLplusplus/AFLplusplus
4 …AFLplusplus/AFLplusplus/blob/stable/docs/fuzzing_in_depth.md#g-checking-the-coverage-of-the-fuzzin…
4 …AFLplusplus/AFLplusplus/blob/stable/docs/fuzzing_in_depth.md#a-selecting-the-best-afl-compiler-for…
4 …AFLplusplus/AFLplusplus/blob/stable/docs/fuzzing_in_depth.md#b-making-the-input-corpus-unique">Mak…
4 …AFLplusplus/AFLplusplus/blob/stable/docs/fuzzing_in_depth.md#c-using-multiple-cores">Use multiple …
126 RUN git clone https://github.com/AFLplusplus/AFLplusplus.git aflplusplus && \127 cd aflplusplus && \
32 pushd $SRC/aflplusplus > /dev/null39 export CC="$SRC/aflplusplus/afl-clang-fast"40 export CXX="$SRC/aflplusplus/afl-clang-fast++"
18 echo "Precompiling AFLplusplus"20 pushd $SRC/aflplusplus > /dev/null
19 RUN git clone --depth 1 https://github.com/AFLplusplus/AFLplusplus.git myaflplusplus && \
85 cd ~/AFLplusplus290 [https://github.com/AFLplusplus/AFLplusplus/issues/226](https://github.com/AFLplusplus/AFLplusplus/…
26 …structions in the [llvm_mode persistent mode](https://github.com/AFLplusplus/AFLplusplus/blob/stab…