diff --git a/src/binwalk/config/extract.conf b/src/binwalk/config/extract.conf index ed1fbff..4cc86c4 100644 --- a/src/binwalk/config/extract.conf +++ b/src/binwalk/config/extract.conf @@ -27,7 +27,7 @@ ^gzip compressed data:gz:gzip -d -f '%e':0,2 ^lzma compressed data:7z:7z e -y '%e':0,1 ^xz compressed data:tar:tar xJf '%e' -^bzip2 compressed data:bz2:bzip2 -d -f '%e' +^bzip2 compressed data:bz2:bzip2 -d '%e' ^compress'd data:Z:gzip -d '%e' ^zip archive data:zip:7z x -y '%e' -p '':0,1 ^posix tar archive:tar:tar xvf '%e'