-
-
```
What should be implemented?
Make decompression multithreaded - i.e. one thread make decompression while
other thread writes files to disk. Start decompression from most
"profitable" blocks - i.e. …
-
I stumbled across this repo as I was trying to follow the process of https://research.checkpoint.com/2021/security-probe-of-qualcomm-msm/ to decompress the compressed segments in Pixel 5 modem firmwar…
-
Hello~
I'm working in an environment which is heavilly bottlenecked by HDD read speeds. Specifically, reading sharded data from an HDD. As expected, the best performance is achieved using a single …
-
I found out that is impossible to decompress form a file handler reading chunks.
I have a very big file that have compressed data starting from an offset.
i have a file handler and seek to the sta…
-
Hi,
I'm trying to decompress an XNB, compiled for XNA 3.1, for a VideoSprite(compressed data should only give a header with info about the accompanying wmv). I've found the XNB source format for 4.0 …
-
Device: [Asus ZenFone 2 Laser (ZE550KL)](https://www.asus.com/in/Phone/ZenFone-2-Laser-ZE550KL/) (2 GB RAM/16 GB ROM variant)
OS; Stock Asus Zen UI Marshmallow
Build: WW_21.40.1220.1794
Bootloader …
-
I keep encountering this error:
```
Error uncompressing frame, error code: 18446744073709551606. File is either corrupted, or in a (yet) unsupported variant of the format.
```
when querying frames…
-
We should add a small deterministic test for bicoloring, like @amontoison's rectangle. The issue is that for `NaturalOrder` and `LargestFirst` I get trivial colorings. Which order did you consider to …
-
I've set file size limits for outbound AS2 messages, but I'm facing a challenge with inbound messages due to compression. Since the data is compressed, it's hard to set an accurate size limit before d…