Skip to content

Commit 347b20a

Browse files
V1.4: Add frida-dexdump
1 parent dd0669b commit 347b20a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ USER 1000
8181
# frida
8282
RUN pip3 install frida-tools
8383

84+
# frida-dexdump
85+
RUN pip3 install frida-dexdump
86+
8487
# clean
8588
USER 0
8689
RUN apt autoremove --purge -y && apt clean && apt autoclean && rm -rf /var/lib/apt/lists/*

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Docker image for Android reverse engineering tools. Android逆向工程工具Doc
77
2. V1.1: Add Homebrew
88
3. V1.2: Add Python, pyenv, pip3, setuptools
99
4. V1.3: Add frida
10+
5. V1.4: Add frida-dexdump
1011

1112
# Usage
1213

0 commit comments

Comments
 (0)