Skip to content

Commit 6d2e00e

Browse files
committed
updating tools
1 parent b329ae1 commit 6d2e00e

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Dockerfile.dexcalibur

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
FROM ubuntu:20.04
33

44
MAINTAINER Axelle Apvrille
5-
ENV REFRESHED_AT 2021-03-08
5+
ENV REFRESHED_AT 2021-05-10
66

77
ARG DEBIAN_FRONTEND=noninteractive
88
ARG JDK_VERSION=8
9-
ENV FRIDA_VERSION 14.2.13
9+
ENV FRIDA_VERSION 14.2.18
1010
ENV FRIDA_SERVER frida-server-${FRIDA_VERSION}-android-x86_64.xz
1111

1212
# --------------------- Various requirements -------------------------

Dockerfile.re

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,18 @@ RUN cd /opt/jadx && ./gradlew dist
1818
FROM ubuntu:20.04
1919

2020
MAINTAINER Axelle Apvrille
21-
ENV REFRESHED_AT 2021-03-22
21+
ENV REFRESHED_AT 2021-05-10
2222

2323
ARG DEBIAN_FRONTEND=noninteractive
2424
ARG SSH_PASSWORD
2525
ARG VNC_PASSWORD
26-
ENV ANDROID_SDK_VERSION "6858069"
2726
ENV ANDROGUARD_VERSION "3.4.0a1"
2827
ENV APKTOOL_VERSION "2.5.0"
2928
ENV BYTECODEVIEWER_VERSION "2.9.22"
3029
ENV CFR_VERSION "0.150"
3130
ENV CLASSYSHARK_VERSION "8.2"
3231
ENV DEX2JAR_VERSION "2.1-SNAPSHOT"
33-
ENV FRIDA_VERSION "14.2.13"
32+
ENV FRIDA_VERSION "14.2.18"
3433
ENV JD_VERSION "1.6.6"
3534
ENV PROCYON_VERSION "0.5.30"
3635
ENV SMALI_VERSION "2.5.2"

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
build:
2323
context: .
2424
dockerfile: Dockerfile.dexcalibur
25-
image: cryptax/dexcalibur:2021.03
25+
image: cryptax/dexcalibur:2021.05
2626
container_name: android-dexcalibur
2727
network_mode: "host"
2828
volumes:
@@ -34,7 +34,7 @@ services:
3434
args:
3535
- SSH_PASSWORD=mypass
3636
- VNC_PASSWORD=mypass
37-
image: cryptax/android-re:2021.03
37+
image: cryptax/android-re:2021.05
3838
container_name: android-retools
3939
ports:
4040
- "6022:22"

0 commit comments

Comments
 (0)