[PR #314] [MERGED] brotlidump.py: disassemble brotli file (revisited) #912

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/314
Author: @jneb
Created: 2/11/2016
Status: Merged
Merged: 12/20/2016
Merged by: @eustas

Base: masterHead: dumper


📝 Commits (4)

  • 9e8cda7 Create brotlidump.py
  • 5ad5377 Fixed a bug where it couldn't read its own compression.
  • 886cea7 Major refactoring
  • 1df3df6 Now more or less complete

📊 Changes

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

View changed files

python/brotlidump.py (+2361 -0)

📄 Description

Sorry for being a newbie.
I now made a branch caller "dumper" where I can commit developments of the file
Please ignore the other pull request: it contains old code.


🔄 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/314 **Author:** [@jneb](https://github.com/jneb) **Created:** 2/11/2016 **Status:** ✅ Merged **Merged:** 12/20/2016 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `dumper` --- ### 📝 Commits (4) - [`9e8cda7`](https://github.com/google/brotli/commit/9e8cda7400a1d827fe7140be171374ceb435eaae) Create brotlidump.py - [`5ad5377`](https://github.com/google/brotli/commit/5ad537727b8bfc958747541c35d53ed271d2f368) Fixed a bug where it couldn't read its own compression. - [`886cea7`](https://github.com/google/brotli/commit/886cea79dde53da0283f48406819bcaeefd3e3ef) Major refactoring - [`1df3df6`](https://github.com/google/brotli/commit/1df3df627a96fab96d2c824382947407627973f2) Now more or less complete ### 📊 Changes **1 file changed** (+2361 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `python/brotlidump.py` (+2361 -0) </details> ### 📄 Description Sorry for being a newbie. I now made a branch caller "dumper" where I can commit developments of the file Please ignore the other pull request: it contains old code. --- <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#912