From 0b650ec11a4641677f2bbe113c8d94bdd364a1af Mon Sep 17 00:00:00 2001 From: Luis Colunga <1513390+sinnet3000@users.noreply.github.com> Date: Sun, 22 Jun 2025 11:01:03 -0700 Subject: [PATCH] docs(readme): fix typo in script path for android-disable-root-detection.js --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0303781..65220c0 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The scripts can automatically handle: -l ./android/android-system-certificate-injection.js \ -l ./android/android-certificate-unpinning.js \ -l ./android/android-certificate-unpinning-fallback.js \ - -l ./android/disable-root-detection.js \ + -l ./android/android-disable-root-detection.js \ -f $PACKAGE_ID ``` 7. Explore, examine & modify all the traffic you're interested in! If you have any problems, please [open an issue](https://github.com/httptoolkit/frida-interception-and-unpinning/issues/new) and help make these scripts even better.