Skip to content

Commit

Permalink
Use the anti-anti-frida.py script
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Zervas <[email protected]>
  • Loading branch information
dzervas committed Jul 28, 2024
1 parent 503628b commit 395df02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.android-undetect
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ RUN git clone https://github.com/frida/frida-core /frida-core && \
ENV FRIDA_CORE_DEVKIT_PATH="/frida-core/build/src/devkit"

# Run with: docker run -it --name iforge -v $(pwd):/injectionforge injectionforge:latest
CMD ["cargo", "ndk", "-t", ${NDK_ARCH}, "--bindgen", "build", "--no-default-features", "--features", "frida"]
CMD "cargo ndk -t armeabi-v7a --bindgen build --no-default-features --features frida && python3 /frida-core/src/anti-anti-frida.py target/armv7-linux-androideabi/debug/standalone && python3 /frida-core/src/anti-anti-frida.py target/armv7-linux-androideabi/debug/libinjectionforge.so"

0 comments on commit 395df02

Please sign in to comment.