building radare2 doesn't work via Dockerfile for some reason, so will need to build run sys/install.sh manually

This commit is contained in:
Chris Humphries 2020-08-14 08:56:00 -04:00
parent 9cbd902e91
commit 0ea37acce8

View File

@ -21,8 +21,10 @@ pip install capstone requests pwntools r2pipe && \
pip3 install pwntools keystone-engine unicorn capstone ropper && \
mkdir tools && cd tools && \
git clone https://github.com/JonathanSalwan/ROPgadget && \
git clone https://github.com/radare/radare2 && cd radare2 && sys/install.sh && \
git clone https://github.com/radare/radare2 && \
cd .. && git clone https://github.com/pwndbg/pwndbg && cd pwndbg && git checkout stable && ./setup.sh && \
cd .. && git clone https://github.com/niklasb/libc-database && \
gem install one_gadget
# radare2 -> cd radare2 && sys/install.sh