Skip to content

Commit 45fe02e

Browse files
V1.7: Add Objection
1 parent faf82fa commit 45fe02e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ USER 1000
9999
WORKDIR $HOME
100100
COPY frida_setup.sh $HOME
101101

102+
# Objection
103+
USER 1000
104+
WORKDIR $HOME
105+
RUN pip3 install objection
106+
102107
# clean
103108
USER 0
104109
RUN apt autoremove --purge -y && apt clean && apt autoclean && rm -rf /var/lib/apt/lists/*

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Docker image for Android reverse engineering tools. Android逆向工程工具Doc
88
3. V1.2: Add Python, pyenv, pip3, setuptools
99
4. V1.3: Add frida
1010
5. V1.4: Add frida-dexdump
11+
6. V1.5: Add frida-server, Bash script to setup frida-server
12+
7. V1.6: Add Objection
1113

1214
# Usage
1315

0 commit comments

Comments
 (0)