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
- Host: GitHub
- URL: https://github.com/laplace-live/spbis
- Owner: laplace-live
- Created: 2025-07-06T17:13:33.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2026-02-09T03:59:44.000Z (4 months ago)
- Last Synced: 2026-02-09T09:46:24.101Z (4 months ago)
- Topics: google, protobuf, protocol-buffers
- Language: TypeScript
- Homepage: https://spbis.laplace.live
- Size: 257 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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