From d355042e5f7c2271065906cbd9e871a57d269898 Mon Sep 17 00:00:00 2001 From: Tanner Kvarfordt Date: Wed, 8 May 2024 21:36:12 -0600 Subject: [PATCH] Updated README --- README | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README b/README index a3f47da..5b11e94 100644 --- a/README +++ b/README @@ -1,4 +1,14 @@ -spicy-protobuf -================================= +# spicy-protobuf -TODO: tell people what your package does! +This repository contains a Spicy-based analyzer for Google Protocol Buffers. + +## References & Further Reading + +* [Spicy](https://github.com/zeek/spicy) + * [Docs](https://docs.zeek.org/projects/spicy/en/latest/programming/index.html) +* [Zeek](https://github.com/zeek/zeek) + * [Docs](https://docs.zeek.org/en/master/) + * [Home Page](https://zeek.org/) +* [Protobuf Encoding](https://protobuf.dev/programming-guides/encoding/) + * [Protoscope](https://github.com/protocolbuffers/protoscope) + * [Cheat Sheet](https://protobuf.dev/programming-guides/encoding/#cheat-sheet)