We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6890272 commit b87440cCopy full SHA for b87440c
ctf/Dockerfile
@@ -13,6 +13,6 @@ pip3 install pwntools keystone-engine unicorn capstone ropper && \
13
mkdir tools && cd tools && \
14
git clone https://github.com/JonathanSalwan/ROPgadget && \
15
git clone https://github.com/radare/radare2 && cd radare2 && sys/install.sh && \
16
-cd .. && git clone https://github.com/pwndbg/pwndbg && cd pwndbg && checkout stable && ./setup.sh && \
+cd .. && git clone https://github.com/pwndbg/pwndbg && cd pwndbg && git checkout stable && ./setup.sh && \
17
cd .. && git clone https://github.com/niklasb/libc-database && cd libc-database && ./get && \
18
gem install one_gadget
0 commit comments