Commit 7a8058d4 by devttys0

Fixed recursive extraction output directory bug.

parent b7cfa238
......@@ -137,7 +137,7 @@ class Extractor(Module):
# newly created/extracted files that need to be appended to self.pending.
self.last_directory_listing = {}
# Reset the base output directory
self.directory = None
#self.directory = None
def callback(self, r):
# Make sure the file attribute is set to a compatible instance of binwalk.core.common.BlockFile
......
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