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
e3d1a55c
Commit
e3d1a55c
authored
9 years ago
by
devttys0
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added sleuthkit and ubireader to deps.sh
parent
38218bb6
master
…
v2.3.4
v2.3.3
v2.3.2
v2.3.1
v2.3.0
v2.2.0
v2.1.1
python27
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
deps.sh
deps.sh
+10
-2
No files found.
deps.sh
View file @
e3d1a55c
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
REQUIRED_UTILS
=
"wget tar python"
REQUIRED_UTILS
=
"wget tar python"
APTCMD
=
"apt-get"
APTCMD
=
"apt-get"
YUMCMD
=
"yum"
YUMCMD
=
"yum"
APT_CANDIDATES
=
"git build-essential libqt4-opengl mtd-utils gzip bzip2 tar arj lhasa p7zip p7zip-full cabextract cramfsprogs cramfsswap squashfs-tools zlib1g-dev liblzma-dev liblzo2-dev"
APT_CANDIDATES
=
"git build-essential libqt4-opengl mtd-utils gzip bzip2 tar arj lhasa p7zip p7zip-full cabextract cramfsprogs cramfsswap squashfs-tools zlib1g-dev liblzma-dev liblzo2-dev
sleuthkit
"
PYTHON2_APT_CANDIDATES
=
"python-lzma python-pip python-opengl python-qt4 python-qt4-gl python-numpy python-scipy"
PYTHON2_APT_CANDIDATES
=
"python-lz
o python-lz
ma python-pip python-opengl python-qt4 python-qt4-gl python-numpy python-scipy"
PYTHON3_APT_CANDIDATES
=
"python3-pip python3-opengl python3-pyqt4 python3-pyqt4.qtopengl python3-numpy python3-scipy"
PYTHON3_APT_CANDIDATES
=
"python3-pip python3-opengl python3-pyqt4 python3-pyqt4.qtopengl python3-numpy python3-scipy"
PYTHON3_YUM_CANDIDATES
=
""
PYTHON3_YUM_CANDIDATES
=
""
YUM_CANDIDATES
=
"git gcc gcc-c++ make openssl-devel qtwebkit-devel qt-devel gzip bzip2 tar arj p7zip p7zip-plugins cabextract squashfs-tools zlib zlib-devel lzo lzo-devel xz xz-compat-libs xz-libs xz-devel xz-lzma-compat python-backports-lzma lzip pyliblzma perl-Compress-Raw-Lzma"
YUM_CANDIDATES
=
"git gcc gcc-c++ make openssl-devel qtwebkit-devel qt-devel gzip bzip2 tar arj p7zip p7zip-plugins cabextract squashfs-tools zlib zlib-devel lzo lzo-devel xz xz-compat-libs xz-libs xz-devel xz-lzma-compat python-backports-lzma lzip pyliblzma perl-Compress-Raw-Lzma"
...
@@ -47,6 +47,13 @@ function install_unstuff
...
@@ -47,6 +47,13 @@ function install_unstuff
rm
-rf
/tmp/unstuff
rm
-rf
/tmp/unstuff
}
}
function
install_ubireader
{
git clone https://github.com/jrspruitt/ubi_reader
(
cd
ubi_reader
&&
$SUDO
python setup.py install
)
rm
-rf
ubi_reader
}
function
install_pip_package
function
install_pip_package
{
{
PACKAGE
=
"
$1
"
PACKAGE
=
"
$1
"
...
@@ -143,4 +150,5 @@ install_pip_package capstone
...
@@ -143,4 +150,5 @@ install_pip_package capstone
install_sasquatch
install_sasquatch
install_jefferson
install_jefferson
install_unstuff
install_unstuff
install_ubireader
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