libfuzzer-workshop

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

Libfuzzer-workshop Alternatives

Similar projects and alternatives to libfuzzer-workshop

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better libfuzzer-workshop alternative or higher similarity.

libfuzzer-workshop reviews and mentions

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/....

Stats

Basic libfuzzer-workshop repo stats
2
1,216
2.6
10 months ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com