Skip to content

Commit

Permalink
V1.4: Add frida-dexdump
Browse files Browse the repository at this point in the history
  • Loading branch information
NasdaqGodzilla committed Nov 24, 2022
1 parent dd0669b commit 347b20a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ USER 1000
# frida
RUN pip3 install frida-tools

# frida-dexdump
RUN pip3 install frida-dexdump

# clean
USER 0
RUN apt autoremove --purge -y && apt clean && apt autoclean && rm -rf /var/lib/apt/lists/*
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Docker image for Android reverse engineering tools. Android逆向工程工具Doc
2. V1.1: Add Homebrew
3. V1.2: Add Python, pyenv, pip3, setuptools
4. V1.3: Add frida
5. V1.4: Add frida-dexdump

# Usage

Expand Down

0 comments on commit 347b20a

Please sign in to comment.