| Name |
Last commit
|
Last update |
|---|---|---|
| images | ||
| src | ||
| .gitignore | ||
| API.md | ||
| INSTALL.md | ||
| LICENSE | ||
| README.md | ||
| deps.sh | ||
| setup.py |
Hi, I think there's a bug here. Per the [BlockFile docstring](/blob/master/src/binwalk/core/common.py#L256), `read_block()` can return **more** than `dlen` bytes of data, by peeking, and this is intended feature. However, we don't want the peek'd bytes injected into the stream being decompressed -- as the next `read_block()` call will pull them again! Take a ~1.5 MiB deflated file to test: `binwalk -X` will extract a slighly larger file than a plain `zlib.decompress(-15)` would. (This, exactly, was how this bug bite me.) Hope this fix is simple enough to be merged easily! Cheers.
| Name |
Last commit
|
Last update |
|---|---|---|
| images | Loading commit data... | |
| src | Loading commit data... | |
| .gitignore | Loading commit data... | |
| API.md | Loading commit data... | |
| INSTALL.md | Loading commit data... | |
| LICENSE | Loading commit data... | |
| README.md | Loading commit data... | |
| deps.sh | Loading commit data... | |
| setup.py | Loading commit data... |