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

https://github.com/laplace-live/spbis

LAPLACE Schemaless Protocol Buffers Inspecting System
https://github.com/laplace-live/spbis

google protobuf protocol-buffers

Last synced: 4 months ago
JSON representation

LAPLACE Schemaless Protocol Buffers Inspecting System

Awesome Lists containing this project

README

          

# LAPLACE SPBIS

**LAPLACE** **S**chemaless **P**rotocol **B**uffers **I**nspecting **S**ystem

A web-based tool for decoding and analyzing Protocol Buffer (protobuf) binary data without requiring the original `.proto` schema files. Perfect for reverse engineering, debugging, and understanding protobuf-encoded messages.

This project is heavily inspired by [pawitp/protobuf-decoder](https://github.com/pawitp/protobuf-decoder).

## Getting Started

```bash
bun install
bun run dev
bun run build
bun run start
```

## License

MIT