Skip to content

Commit

Permalink
Add GEF
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorNelson authored Jul 1, 2021
1 parent 4a3714e commit aec5dc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion containers/pwncollege_challenge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,10 @@ RUN git clone https://github.com/aflplusplus/aflplusplus /opt/aflplusplus && cd
RUN pip install git+git://github.com/Gallopsled/pwntools.git#egg=pwntools jupyter angr r2pipe

RUN git clone https://github.com/pwndbg/pwndbg /opt/pwndbg && cd /opt/pwndbg && ./setup.sh

RUN git clone https://github.com/jerdna-regeiz/splitmind /opt/splitmind

RUN git clone https://github.com/hugsy/gef /opt/gef

RUN git clone https://github.com/yrp604/rappel /opt/rappel && cd /opt/rappel && make && cp bin/rappel /usr/bin/rappel

RUN wget https://github.com/0vercl0k/rp/releases/download/v2-beta/rp-lin-x64 -O /usr/bin/rp++ && chmod +x /usr/bin/rp++
Expand Down

0 comments on commit aec5dc6

Please sign in to comment.