chrome-pak-customizer
chrome-pak-customizer copied to clipboard
a simple command-line tool to pack and unpack pak files in chrome or chromium-based browser
this should have macOS binaries available, since not everyone has the tools to build it. i built one myself but it may be out of date, but it does work...
A while back, Chromium started using Brotli compression on textual resources. It doesn't look like the unpacker handles that? If I strip 8 bytes off the front of the file...
Hello, I make my own chromium fork for linux, win, and macos called Thorium > https://github.com/Alex313031/Thorium/ I recently compiled pak for linux, and downloaded the windows releases, and am including...
subj
Is there an index or a map that contains the file locations or file names within a built version of chromium? If so where would it be located and how...
https://github.com/myfreeer/chrome-pak-customizer/tree/3.x - [ ] Readme - [ ] Changelog - [ ] Updated [guide](https://github.com/myfreeer/chrome-pak-customizer/wiki) - [ ] CI-driven release - [ ] Switch off appveyor build - [ ] Statistics...
From > https://github.com/Alex313031/thorium/tree/main/pak_src Also includes a build script for linux.
Hello, I have made some changes to pak, like using -O3, and adding color to --help, etc. I compiled for linux, but now I want to make an updated windows...
Target: branch [3.x](https://github.com/myfreeer/chrome-pak-customizer/tree/3.x) Description ------------- Currently [chrome-pak-customizer](https://github.com/myfreeer/chrome-pak-customizer) reads the whole pak file for unpacking, while allocating all the memory needed of pak file for packing. On early stage of this...