Commit 002698b8 by devttys0

Patch to prevent the currently unused compressd.py plugin from invoking ctypes

parent eea05212
......@@ -12,9 +12,9 @@ class CompressdPlugin(binwalk.core.plugin.Plugin):
READ_SIZE = 64
COMPRESS42 = "compress42"
COMPRESS42_FUNCTIONS = [
binwalk.core.C.Function(name="is_compressed", type=bool),
]
#COMPRESS42_FUNCTIONS = [
# binwalk.core.C.Function(name="is_compressed", type=bool),
#]
comp = None
......
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