[PR #313] [CLOSED] brotlidump.py: disassemble brotli file #911

Open
opened 2026-01-29 20:51:36 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/313
Author: @jneb
Created: 2/11/2016
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

1 file changed (+1121 additions, -0 deletions)

View changed files

python/brotlidump.py (+1121 -0)

📄 Description

This program is for educational and debug purposes and does nothing more (or less) than dump the contents of brotli file, in an attempt to figure out the documentation.
I hope you find it useful.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/313 **Author:** [@jneb](https://github.com/jneb) **Created:** 2/11/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`f713994`](https://github.com/google/brotli/commit/f7139948224b6821c395221087c65b17743adc1f) Create brotlidump.py ### 📊 Changes **1 file changed** (+1121 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `python/brotlidump.py` (+1121 -0) </details> ### 📄 Description This program is for educational and debug purposes and does nothing more (or less) than dump the contents of brotli file, in an attempt to figure out the documentation. I hope you find it useful. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:51:36 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#911