- 02 Jul, 2017 1 commit
-
-
Craig Heffner authored
-
- 01 Jul, 2017 1 commit
-
-
Craig Heffner authored
-
- 22 Jun, 2017 3 commits
- 21 Jun, 2017 1 commit
-
-
Add LUKS detection
sessyargc authored
-
- 18 Jun, 2017 2 commits
- 16 Jun, 2017 2 commits
-
-
Craig Heffner authored
-
Fixed lzmamod.py bug; updated extractor module to include information about which extraction utility was used.
Craig Heffner authored
-
- 25 Mar, 2017 1 commit
-
-
Craig Heffner authored
-
- 12 May, 2017 1 commit
-
-
Added ability to toggle binary flags through python kwargs
devttys0 authored
-
- 10 May, 2017 1 commit
-
-
vagrant authored
-
- 16 Mar, 2017 1 commit
-
-
Craig Heffner authored
-
- 15 Mar, 2017 14 commits
-
-
Craig Heffner authored
-
Craig Heffner authored
-
Craig Heffner authored
-
Craig Heffner authored
-
Craig Heffner authored
-
Craig Heffner authored
-
Craig Heffner authored
-
Craig Heffner authored
-
Craig Heffner authored
-
Craig Heffner authored
-
Craig Heffner authored
-
Craig Heffner authored
-
Craig Heffner authored
-
Craig Heffner authored
-
- 14 Mar, 2017 4 commits
-
-
Craig Heffner authored
-
Craig Heffner authored
-
Craig Heffner authored
-
Craig Heffner authored
-
- 24 Apr, 2017 2 commits
-
-
Fix extra data mistakingly "extracted" from raw Deflate streams
devttys0 authored -
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.
Maxim Ivanov authored
-
- 13 Mar, 2017 1 commit
-
-
Craig Heffner authored
-
- 23 Apr, 2017 3 commits
- 15 Mar, 2017 2 commits
-
-
Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
Icenowy Zheng authored -
Reference: http://wwwimages.adobe.com/content/dam/Adobe/en/devnet/swf/pdf/swf-file-format-spec.pdf Chapter 2 "The SWF header" Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
Icenowy Zheng authored
-