Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
binwalk
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
binwalk
Commits
b3b8a793
Commit
b3b8a793
authored
9 years ago
by
sviehb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added lzma import statement again
parent
9eefb489
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
lzmaextract.py
src/binwalk/plugins/lzmaextract.py
+1
-0
No files found.
src/binwalk/plugins/lzmaextract.py
View file @
b3b8a793
...
@@ -12,6 +12,7 @@ class LZMAExtractPlugin(binwalk.core.plugin.Plugin):
...
@@ -12,6 +12,7 @@ class LZMAExtractPlugin(binwalk.core.plugin.Plugin):
# lzma package in Python 2.0 decompress() does not handle multiple
# lzma package in Python 2.0 decompress() does not handle multiple
# compressed streams, only first stream is extracted.
# compressed streams, only first stream is extracted.
# backports.lzma package could be used to keep consistent behaviour.
# backports.lzma package could be used to keep consistent behaviour.
import
lzma
self
.
decompressor
=
lzma
.
decompress
self
.
decompressor
=
lzma
.
decompress
# If the extractor is enabled for the module we're currently loaded
# If the extractor is enabled for the module we're currently loaded
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment