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
a555eb1f
Unverified
Commit
a555eb1f
authored
Sep 20, 2022
by
devttys0
Committed by
GitHub
Sep 20, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #615 from eowle/master
Remove unstuff from dependencies
parents
fa0c0bd5
2129463a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
19 deletions
+0
-19
INSTALL.md
INSTALL.md
+0
-6
deps.sh
deps.sh
+0
-12
extract.conf
src/binwalk/config/extract.conf
+0
-1
No files found.
INSTALL.md
View file @
a555eb1f
...
...
@@ -79,12 +79,6 @@ $ git clone https://github.com/devttys0/yaffshiv
$
(
cd
yaffshiv
&&
sudo
python setup.py install
)
```
```
bash
# Install unstuff (closed source) to extract StuffIt archive files
$
wget
-O
- http://downloads.tuxfamily.org/sdtraces/stuffit520.611linux-i386.tar.gz |
tar
-zxv
$
sudo
cp bin/unstuff /usr/local/bin/
```
Note that for Debian/Ubuntu users, all of the above dependencies can be installed automatically using the included
`deps.sh`
script:
```
bash
...
...
deps.sh
View file @
a555eb1f
...
...
@@ -95,17 +95,6 @@ function install_jefferson
$SUDO
rm
-rf
jefferson
}
function
install_unstuff
{
mkdir
-p
/tmp/unstuff
cd
/tmp/unstuff
wget
-O
- http://downloads.tuxfamily.org/sdtraces/stuffit520.611linux-i386.tar.gz |
tar
-zxv
$SUDO
cp bin/unstuff /usr/local/bin/
cd
-
rm
-rf
/tmp/unstuff
}
function
install_cramfstools
{
# Downloads cramfs tools from sourceforge and installs them to $INSTALL_LOCATION
...
...
@@ -251,7 +240,6 @@ install_pip_package "setuptools matplotlib capstone pycryptodome gnupg tk"
install_sasquatch
install_yaffshiv
install_jefferson
install_unstuff
install_ubireader
if
[
$distro_version
=
"18"
]
...
...
src/binwalk/config/extract.conf
View file @
a555eb1f
...
...
@@ -37,7 +37,6 @@
^
lha
:
lha
:
lha
efi
'%e'
^
iso
9660
:
iso
:
7
z
x
'%e'
-
oiso
-
root
^
microsoft
cabinet
archive
:
cab
:
cabextract
'%e'
^
stuffit
:
sit
:
unstuff
'%e'
^
osx
dmg
:
dmg
:
7
z
x
'%e'
^
lzo
compressed
data
:
lzo
:
lzop
-
f
-
d
'%e'
^
intel
hex
:
hex
:
srec_cat
'%e'
-
Intel
-
Output
'%e.bin'
-
Binary
...
...
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