Skip to content

Commit

Permalink
Merge pull request #4 from therealjumbo/preeny-dep
Browse files Browse the repository at this point in the history
Add libseccomp-dev dep for preeny
  • Loading branch information
d33tah authored Feb 17, 2020
2 parents 57a18a4 + d40be7f commit e219e52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN mkdir ~/pkg ~/pkgs ~/logs
RUN apt-get update && apt-get install apt-file -y && apt-file update

# install "exploitable" GDB script
RUN apt-get update && apt-get install gdb python-setuptools -y
RUN apt-get update && apt-get install gdb python python-setuptools -y
RUN wget -O- 'https://github.com/jfoote/exploitable/archive/master.tar.gz' | tar zxvf - && cd exploitable-master && python setup.py install

RUN mkdir ~/fuzz-results ~/pkgs-coverage
Expand Down
2 changes: 1 addition & 1 deletion install-preeny.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source /etc/profile.d/afl-sh-profile
set -e

apt-get update
apt-get install libini-config-dev -y
apt-get install libini-config-dev libseccomp-dev -y

wget "https://github.com/zardus/preeny/archive/master.tar.gz" -O- | tar zxvf -
cd preeny-master/src/
Expand Down

0 comments on commit e219e52

Please sign in to comment.