Commit ecb639e8 by devttys0

compressd.py only loaded for signature scans

parent f423853c
...@@ -3,12 +3,11 @@ import binwalk.core.plugin ...@@ -3,12 +3,11 @@ import binwalk.core.plugin
#from binwalk.core.common import * #from binwalk.core.common import *
class CompressdPlugin(binwalk.core.plugin.Plugin): class CompressdPlugin(binwalk.core.plugin.Plugin):
pass
# ''' # '''
# Searches for and validates compress'd data. # Searches for and validates compress'd data.
# ''' # '''
#MODULES = [] MODULES = ['Signature']
#READ_SIZE = 64 #READ_SIZE = 64
......
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