1. 25 Mar, 2017 1 commit
  2. 10 May, 2017 1 commit
  3. 16 Mar, 2017 1 commit
  4. 15 Mar, 2017 5 commits
  5. 14 Mar, 2017 3 commits
  6. 24 Apr, 2017 1 commit
    • 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
  7. 13 Mar, 2017 1 commit
  8. 15 Mar, 2017 2 commits
  9. 13 Mar, 2017 4 commits
  10. 22 Apr, 2017 4 commits
  11. 21 Apr, 2017 3 commits
  12. 06 Apr, 2017 3 commits
  13. 01 Feb, 2017 2 commits
  14. 09 Dec, 2016 1 commit
  15. 01 Dec, 2016 2 commits
  16. 19 Nov, 2016 1 commit
  17. 17 Nov, 2016 1 commit
  18. 15 Nov, 2016 2 commits
  19. 11 Nov, 2016 1 commit
  20. 04 Nov, 2016 1 commit