1. 22 Jun, 2017 3 commits
  2. 21 Jun, 2017 1 commit
  3. 18 Jun, 2017 2 commits
  4. 16 Jun, 2017 2 commits
  5. 25 Mar, 2017 1 commit
  6. 12 May, 2017 1 commit
  7. 10 May, 2017 1 commit
  8. 16 Mar, 2017 1 commit
  9. 15 Mar, 2017 14 commits
  10. 14 Mar, 2017 4 commits
  11. 24 Apr, 2017 2 commits
    • Merge pull request #269 from ulidtko/patch-1 · e4e21e8e
      Fix extra data mistakingly "extracted" from raw Deflate streams
      devttys0 authored
    • Fix extra data mistakingly "extracted" from raw Deflate streams · 46c4fa74
      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
  12. 13 Mar, 2017 1 commit
  13. 23 Apr, 2017 3 commits
  14. 15 Mar, 2017 2 commits
  15. 13 Mar, 2017 2 commits