diff --git a/Dockerfile b/Dockerfile index 124b0e5..e969c06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/* diff --git a/README.md b/README.md index e574b4a..c925150 100644 --- a/README.md +++ b/README.md @@ -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