mirror of
https://github.com/deadbeefmonster/docker-binaryexploitation.git
synced 2025-11-09 08:03:57 +01:00
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:
parent
9cbd902e91
commit
0ea37acce8
@ -21,8 +21,10 @@ pip install capstone requests pwntools r2pipe && \
|
|||||||
pip3 install pwntools keystone-engine unicorn capstone ropper && \
|
pip3 install pwntools keystone-engine unicorn capstone ropper && \
|
||||||
mkdir tools && cd tools && \
|
mkdir tools && cd tools && \
|
||||||
git clone https://github.com/JonathanSalwan/ROPgadget && \
|
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/pwndbg/pwndbg && cd pwndbg && git checkout stable && ./setup.sh && \
|
||||||
cd .. && git clone https://github.com/niklasb/libc-database && \
|
cd .. && git clone https://github.com/niklasb/libc-database && \
|
||||||
gem install one_gadget
|
gem install one_gadget
|
||||||
|
|
||||||
|
|
||||||
|
# radare2 -> cd radare2 && sys/install.sh
|
||||||
Loading…
x
Reference in New Issue
Block a user