GraphFuzz
GraphFuzz copied to clipboard
GraphFuzz is an experimental framework for building structure-aware, library API fuzzers.
Hi there, I'm now trying to apply GraphFuzz to multiple C libraries. According to #7, I refer to the `schema.yaml` of sqlite3 as an example and write a `schema.yaml` (in...
As stated in #8 output while converting the graph representation of a crash to code is interleaved with informal output from GraphFuzz. This change aims to separate the output by...
Hi there. I noticed, that when converting the graph to the code representation with `./fuzz_write`, informal output from `schema.hpp` is also present in the output: ``` [*] Loading: schema.json [*]...
Hi, thanks for producing the great work! I'm trying to generate fuzz harness for `freetype2`. I first build freetype on `/asan_build` with `AddressSanitizer`, then run `graphfuzz` in `/gfuzz_dir` with ```...
let me know if you want them split into separate PRs.
what the protobuf version of GraphFuzz? I use the v3.20,but it compiles failed
Hi, GraphFuzz is a very effective testing library API's work!!!! However, when I tested the assimp library on GraphFuzz, I encountered some issues. Here are my steps: `1. git clone...