Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AFLplusplus/AFLplusplus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.33c
Choose a base ref
...
head repository: AFLplusplus/AFLplusplus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stable
Choose a head ref
  • 19 commits
  • 22 files changed
  • 6 contributors

Commits on Jun 24, 2025

  1. replace select() by poll()

    poll() has lower overhead than select().
    This improves my benchmark/benchmark.py speed by 0.8% on linux
    kcwu committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    870894e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63cdbff View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2025

  1. v4.34a

    vanhauser-thc committed Jun 28, 2025
    Configuration menu
    Copy the full SHA
    9d6e45f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2481 from kcwu/select-poll

    replace select() by poll()
    vanhauser-thc authored Jun 28, 2025
    Configuration menu
    Copy the full SHA
    a5ae138 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. fix qemu_mode

    vanhauser-thc committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    373e678 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. fix afl-showmap -C

    vanhauser-thc committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    0ca5300 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2496 from AFLplusplus/dev

    push to stable
    vanhauser-thc authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    7d77cbd View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2025

  1. Configuration menu
    Copy the full SHA
    f20ca72 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. ignore

    vanhauser-thc committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    5371f76 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2025

  1. Configuration menu
    Copy the full SHA
    95eed62 View commit details
    Browse the repository at this point in the history
  2. code format other stuff

    k4lizen committed Jul 19, 2025
    Configuration menu
    Copy the full SHA
    2a2bf32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70b1e98 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2025

  1. Merge pull request #2502 from TERESH1/fix_AFL_DUMP_MAP_SIZE_for_LLVM_…

    …CLASSIC
    
    check AFL_DUMP_MAP_SIZE for LLVM CLASSIC
    vanhauser-thc authored Jul 20, 2025
    Configuration menu
    Copy the full SHA
    8c9b6bf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2500 from k4lizen/scroll-maybe

    Dont clear the screen when printing stats by scrolling it
    vanhauser-thc authored Jul 20, 2025
    Configuration menu
    Copy the full SHA
    f5743ae View commit details
    Browse the repository at this point in the history
  3. changelog

    vanhauser-thc committed Jul 20, 2025
    Configuration menu
    Copy the full SHA
    7a8767c View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. Update SanitizerCoveragePCGUARD.so.cc

    FIx isssue #2503:Incorrect guard offset calculation for __afl_coverage_interesting calls and comparison instructions in FunctionGuardArray.
    85lx authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    0ccc209 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2504 from 85lx/patch-1

    FIx isssue #2503:Incorrect guard offset calculation for __afl_coverage_interesting calls and comparison instructions in FunctionGuardArray.
    vanhauser-thc authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    e90f704 View commit details
    Browse the repository at this point in the history
  3. code-format

    vanhauser-thc committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    a38b7f6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2505 from AFLplusplus/dev

    push to stable
    vanhauser-thc authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    6b6cc9c View commit details
    Browse the repository at this point in the history
Loading