base32h-tests VS American Fuzzy Lop

Compare base32h-tests vs American Fuzzy Lop and see what are their differences.

American Fuzzy Lop

american fuzzy lop - a security-oriented fuzzer (by google)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
base32h-tests American Fuzzy Lop
1 21
1 2,903
- -
10.0 0.0
over 3 years ago almost 3 years ago
C
GNU General Public License v3.0 or later Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

base32h-tests

Posts with mentions or reviews of base32h-tests. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-01.
  • Prefer table driven tests (2019)
    6 projects | news.ycombinator.com | 1 Feb 2024
    I'm fond of taking this a step further and actually offloading the test cases to a separate language-agnostic file, then have implementations' test harnesses read cases from that file. The Ruby gem for Base32H¹ does exactly this to test the encoder/decoder logic, pulling the test cases from CSV files in a separate repo² included as a Git submodule. One of these days I need to port the other reference implementations over to using the tests repo, but once that's done I'll be able to update the test cases in one place and they'll automatically work everywhere.

    ----

    ¹ https://github.com/Base32H/base32h.rb/tree/master/spec

    ² https://github.com/Base32H/base32h-tests

American Fuzzy Lop

Posts with mentions or reviews of American Fuzzy Lop. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-01.

What are some alternatives?

When comparing base32h-tests and American Fuzzy Lop you can also consider the following projects:

datadriven - Data-Driven Testing for Go

boofuzz - A fork and successor of the Sulley Fuzzing Framework

base32h.rb - Base32H encoder/decoder in Ruby

honggfuzz - Security oriented software fuzzer. Supports evolutionary, feedback-driven fuzzing based on code coverage (SW and HW based)

Cppcheck - static analysis of C/C++ code

HTTP Parser - http request/response parser for c

PHP CPP - Library to build PHP extensions with C++

ZXing - ZXing ("Zebra Crossing") barcode scanning library for Java, Android

AFLplusplus - 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!

Experimental Boost.DI - C++14 Dependency Injection Library

pdqsort - Pattern-defeating quicksort.

Better Enums - C++ compile-time enum to string, iteration, in a single header file