Commit 9964ca3c by heffnercj

Increased zlib minimum decompression size

parent ccdff579
...@@ -8,7 +8,7 @@ class Plugin: ...@@ -8,7 +8,7 @@ class Plugin:
Searches for and validates zlib compressed data. Searches for and validates zlib compressed data.
''' '''
MIN_DECOMP_SIZE = 1024 MIN_DECOMP_SIZE = 32*1024
MAX_DATA_SIZE = 33 * 1024 MAX_DATA_SIZE = 33 * 1024
def __init__(self, binwalk): def __init__(self, binwalk):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment