An open API service indexing awesome lists of open source software.

https://github.com/kardbord/spicy-protobuf

This repository contains a Spicy-based analyzer for Google Protocol Buffers.
https://github.com/kardbord/spicy-protobuf

Last synced: 3 months ago
JSON representation

This repository contains a Spicy-based analyzer for Google Protocol Buffers.

Awesome Lists containing this project

README

        

# spicy-protobuf

[![Unit Tests](https://github.com/Kardbord/spicy-protobuf/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/Kardbord/spicy-protobuf/actions/workflows/unit-tests.yml)

This repository contains a Spicy-based analyzer for Google Protocol Buffers.

## References

* [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)
* [Wireshark Decoding](https://wiki.wireshark.org/Protobuf)