Skip to content

Commit

Permalink
Switch to pwntools 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
superkojiman committed Aug 23, 2016
1 parent 0ac548e commit d22b2fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ RUN pip install \
capstone \
python-constraint

RUN pip install --upgrade git+https://github.com/binjitsu/binjitsu.git
#RUN pip install --upgrade git+https://github.com/binjitsu/binjitsu.git

# instlal pwntools 3
RUN pip install --upgrade pwntools

#-------------------------------------#
# Install stuff from GitHub repos #
Expand Down

0 comments on commit d22b2fe

Please sign in to comment.