Skip to content

Commit

Permalink
Merge pull request #139 from fkie-cad/patool-lz4-support
Browse files Browse the repository at this point in the history
lz4 support
  • Loading branch information
jstucke authored Jul 2, 2024
2 parents 12cf355 + 05844cd commit 55a8bd2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fact_extractor/plugins/unpacking/patool/code/patool.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
'application/x-gzip',
'application/x-lha',
'application/x-lrzip',
'application/x-lz4',
'application/x-lzh',
'application/x-lzh-compressed',
'application/x-lzip',
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def test_archive_extraction(self, in_file, ignore):
'test.gz',
'test.lrz',
'test.lz',
'test.lz4',
'test.lzo',
'test.rz',
'test.xz',
Expand Down

0 comments on commit 55a8bd2

Please sign in to comment.