Merge pull request #61 from linuxgeek247/master

Updating a few installers.
This commit is contained in:
Yan 2016-05-13 23:31:56 -07:00
commit d9bcd83c53
7 changed files with 11 additions and 11 deletions

0
android-sdk/install Normal file → Executable file
View file

1
android-sdk/install-root Executable file
View file

@ -0,0 +1 @@
apt-get -y install openjdk-7-jre openjdk-7-jdk

View file

@ -1,7 +1,7 @@
#!/bin/bash -e
# for angr
apt-get -y install virtualenvwrapper python2.7-dev build-essential libxml2-dev libxslt1-dev git libffi-dev cmake libreadline-dev
apt-get -y install virtualenvwrapper python2.7-dev build-essential libxml2-dev libxslt1-dev git libffi-dev cmake libreadline-dev libtool debootstrap debian-archive-keyring libglib2.0-dev libpixman-1-dev
# for angr-management
apt-get -y install python-qt4 python-sip python-pygraphviz

View file

@ -1,6 +1,6 @@
#!/bin/bash -e
git clone --depth 1 https://code.google.com/p/firmware-mod-kit/
git clone --depth 1 https://github.com/mirror/firmware-mod-kit.git
cd firmware-mod-kit/src
./configure
make

View file

@ -1,9 +1,9 @@
#!/bin/bash -e
svn checkout https://hash-identifier.googlecode.com/svn/trunk/ hash-identifier-read-only
chmod 755 hash-identifier-read-only/Hash_ID_v1.1/Hash_ID.py
fromdos hash-identifier-read-only/Hash_ID_v1.1/Hash_ID.py || dos2unix hash-identifier-read-only/Hash_ID_v1.1/Hash_ID.py
wget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/hash-identifier/Hash_ID_v1.1.py
chmod 755 Hash_ID_v1.1.py
fromdos Hash_ID_v1.1.py || dos2unix Hash_ID_v1.1.py
mkdir -p bin
cd bin
ln -s ../hash-identifier-read-only/Hash_ID_v1.1/Hash_ID.py ./hash_id.py
ln -s ../Hash_ID_v1.1.py ./hash_id.py

View file

@ -2,5 +2,4 @@
apt-add-repository -y ppa:pwntools/binutils
apt-get update
apt-get -y install binutils-.*-linux-gnu
apt-get -y install binutils-.*-linux-gnu libffi-dev libssl-dev

View file

@ -1,11 +1,11 @@
#!/bin/bash
curl http://jaist.dl.sourceforge.net/project/reveng/1.3.1/reveng-1.3.1.tar.gz | tar xz
cd reveng-1.3.1
curl http://jaist.dl.sourceforge.net/project/reveng/1.4.0/reveng-1.4.0.tar.gz | tar xz
cd reveng-1.4.0
sed -i -e "s/^#define BMP_BIT.*/#define BMP_BIT 64/" config.h
sed -i -e "s/^#define BMP_SUB.*/#define BMP_SUB 32/" config.h
make -j $(nproc)
cd ..
mkdir -p bin
cp reveng-1.3.1/reveng bin
cp reveng-1.4.0/reveng bin