diff --git a/Dockerfile b/Dockerfile index 39125bd..36e5923 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file