libfuzzer-workshop VS i2p.i2p

Compare libfuzzer-workshop vs i2p.i2p and see what are their differences.

libfuzzer-workshop

Repository for materials of "Modern fuzzing of C/C++ Projects" workshop. (by Dor1s)

i2p.i2p

I2P is an anonymizing network, offering a simple layer that identity-sensitive applications can use to securely communicate. All data is wrapped with several layers of encryption, and the network is both distributed and dynamic, with no trusted parties. (by i2p)
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
libfuzzer-workshop i2p.i2p
2 114
1,218 1,876
- 0.8%
2.6 9.4
10 months ago 5 days ago
C++ Java
Apache License 2.0 GNU General Public License v3.0 or later
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.

libfuzzer-workshop

Posts with mentions or reviews of libfuzzer-workshop. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-17.
  • Ask HN: What are some worthy non-cryto uses of excess home compute nowadays?
    8 projects | news.ycombinator.com | 17 Jan 2022
    Learning how to is half the fun!

    There's a bunch of good tutorials out there on [dumb] fuzzing (presumably where you'll start). One starting point I'd recommend is taking a binary that accepts input from stdin and making some proof-of-concepts with AFL (https://lcamtuf.coredump.cx/afl/).

    If you'd rather start from a code/library perspective (and not CLI), I'd recommend libfuzzer (https://github.com/Dor1s/libfuzzer-workshop/).

    There's a lot of other fuzzers, techniques, and depth to the field, but I'd recommend inch worming through (speed up as you gain more comfort). The Fuzzing Book is good to help you understand the logic behind techniques and strategies (https://www.fuzzingbook.org/)

    As for some management, there's a few decent "monitoring" systems out there; personally I just SSH in and check the fuzzer manually (I leave it running in a tmux pane), but if that's not your cup of tea I've heard good things about OneFuzz (https://github.com/microsoft/onefuzz) and LuckyCat (https://github.com/fkie-cad/LuckyCAT).

    Happy to answer any specifics of the sort :)

  • Fuzzing Java in OSS-Fuzz
    4 projects | news.ycombinator.com | 10 Mar 2021
    That depends on the language you want to fuzz. A good general introduction and hands-on "course" for C/C++ is https://github.com/Dor1s/libfuzzer-workshop. If you prefer Java and just want to get a feeling for how concrete fuzz targets can look like, take a look at the Jazzer examples at https://github.com/CodeIntelligenceTesting/jazzer/tree/main/....

i2p.i2p

Posts with mentions or reviews of i2p.i2p. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-07.

What are some alternatives?

When comparing libfuzzer-workshop and i2p.i2p you can also consider the following projects:

jazzer - Coverage-guided, in-process fuzzing for the JVM

i2pd - 🛡 I2P: End-to-End encrypted and anonymous Internet

junit-quickcheck - Property-based testing, JUnit-style

ipfs - Peer-to-peer hypermedia protocol

American Fuzzy Lop - american fuzzy lop - a security-oriented fuzzer

i2pplus - I2P+ is a soft-fork of the Java I2P Anonymizing Network Layer - this is a mirror of https://gitlab.com/i2pplus/I2P.Plus/

PIT - State of the art mutation testing system for the JVM

aion - Aion Network - Java Implementation

fishnet - Distributed Stockfish analysis for lichess.org

Freenet - Freenet REference Daemon

onefuzz - A self-hosted Fuzzing-As-A-Service platform

i2pd-android - i2pd for Android