Skip to content

Commit

Permalink
V1.7: Add Objection
Browse files Browse the repository at this point in the history
  • Loading branch information
NasdaqGodzilla committed Nov 24, 2022
1 parent faf82fa commit 45fe02e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ USER 1000
WORKDIR $HOME
COPY frida_setup.sh $HOME

# Objection
USER 1000
WORKDIR $HOME
RUN pip3 install objection

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

# Usage

Expand Down

0 comments on commit 45fe02e

Please sign in to comment.