A1exSt / h2-lpm

HTTP/2 grammar fuzzer with a harness for nginx. Developed using libprotobuf-mutator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

h2-lpm

Grammar-based HTTP/2 fuzzer built with libprotobuf-mutator.

I made this to learn about libfuzzer and libprotobuf-mutator, while also getting some understanding of the nginx codebase.

Check the other branch "nginx-harness" to see how it can be used in practice. Harness code is largely borrowed from oss-fuzz.

About

HTTP/2 grammar fuzzer with a harness for nginx. Developed using libprotobuf-mutator


Languages

Language:C++ 81.7%Language:Python 18.3%