Skip to content

Commit 5271c40

Browse files
authored
Merge pull request #94 from Pamplemousse/remove_cooldict
Remove cooldict, and ana installation
2 parents c1fde35 + 1b33780 commit 5271c40

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

admin/remotes.sh

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ mechaphish/pov_fuzzing
4646
mechaphish/qemu-cgc
4747
salls/angrop
4848
zardus/mulpyplexer
49-
zardus/cooldict
5049
"
5150

5251
GITLAB_REPOS="

setup.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ HOMEBREW_DEBS=${HOMEBREW_DEBS-python3 libxml2 libxslt libffi cmake libtool glib
5151
ARCHDEBS=${ARCHDEBS-python-virtualenvwrapper python-pip libxml2 libxslt git libffi cmake readline libtool debootstrap glib2 pixman qt5-base binutils binutils nasm lib32-glibc lib32-gcc-libs lib32-zlib lib32-ncurses}
5252
ARCHCOMDEBS=${ARCHCOMDEBS}
5353
RPMS=${RPMS-gcc gcc-c++ make python3-virtualenvwrapper python3-pip python3-devel python3-setuptools libxml2-devel libxslt-devel git libffi-devel cmake readline-devel libtool debootstrap debian-keyring glib2-devel pixman-devel qt5-qtdeclarative-devel binutils-x86_64-linux-gnu nasm openssl-devel python2 glibc.i686 libgcc.i686 libstdc++.i686 ncurses-compat-libs.i686 zlib.i686 java-1.8.0-openjdk-devel}
54-
REPOS=${REPOS-cooldict mulpyplexer monkeyhex archinfo vex pyvex cle claripy angr angr-management angrop angr-doc binaries ailment pysoot archr angr-targets}
54+
REPOS=${REPOS-mulpyplexer monkeyhex archinfo vex pyvex cle claripy angr angr-management angrop angr-doc binaries ailment pysoot archr angr-targets}
5555
declare -A EXTRA_DEPS
5656
EXTRA_DEPS["angr"]="unicorn"
5757
EXTRA_DEPS["pyvex"]="--pre capstone"
@@ -221,6 +221,9 @@ then
221221
error "Your system doesn't have homebrew installed, I don't know how to install the dependencies.\nPlease install homebrew: https://brew.sh/\nOr install the equivalent of these homebrew packages: $HOMEBREW_DEBS."
222222
fi
223223
brew install $HOMEBREW_DEBS >>$OUTFILE 2>>$ERRFILE
224+
elif [ -e /etc/NIXOS ]
225+
then
226+
info "Doing nothing about dependencies installation for NixOS, as they are provided via shell.nix..."
224227
else
225228
error "We don't know which dependencies to install for this sytem.\nPlease install the equivalents of these debian packages: $DEBS."
226229
fi

tests/angr-test

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ synchronize () {
129129
echo "Cache contents:"
130130
#ls -alhR $PERSIST_DATA
131131
cd /home/angr/angr
132-
for REPO in vex pyvex cle claripy simuvex angr ana cooldict binaries archinfo ../angr-doc; do
132+
for REPO in vex pyvex cle claripy simuvex angr binaries archinfo ../angr-doc; do
133133
if [[ ! -d $REPO ]]; then
134134
continue
135135
fi

0 commit comments

Comments
 (0)