1
0
Fork 0

Add radare2 server shortcut
continuous-integration/drone/push Build is passing Details

master
Ambrose Chua 2018-12-08 14:32:37 +08:00
parent 59711e5876
commit 66a8defdf7
2 changed files with 6 additions and 0 deletions

View File

@ -77,4 +77,7 @@ RUN wget -O /usr/local/bin/apktool.jar \
https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/linux/apktool \
&& chmod +x /usr/local/bin/apktool.jar /usr/local/bin/apktool
# utilities
COPY bin/* /usr/local/bin/
USER ambrose

3
bin/r2c Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
r2 -c '=:4222' "$@"