Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
boogy committed Sep 1, 2016
1 parent 43e8fbb commit cd2dea4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,19 @@ RUN useradd -m -s /bin/bash ctf \
## clone my dotfiles
RUN git clone https://github.com/boogy/dotfiles.git /home/ctf/dotfiles


## Install Binjitsu
RUN pip2 install --upgrade git+https://github.com/binjitsu/binjitsu.git


## Other python cool pip modules
RUN pip2 install --upgrade r2pipe \
RUN pip2 install --upgrade pip \
&& pip2 install --upgrade r2pipe \
&& pip2 install --upgrade Pillow \
&& pip2 install --upgrade distorm3 \
&& pip2 install --upgrade pycrypto \
&& pip2 install --upgrade git+https://github.com/hellman/xortool.git


## Install Binjitsu
RUN pip2 install --upgrade git+https://github.com/binjitsu/binjitsu.git


## Install peda
RUN git clone https://github.com/longld/peda.git /home/ctf/tools/peda \
&& echo -en "define load_peda\n source /home/ctf/tools/peda/peda.py\nend\n" >> /home/ctf/.gdbinit
Expand Down

0 comments on commit cd2dea4

Please sign in to comment.