You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff --git a/node_modules/jail-monkey/android/src/main/java/com/gantix/JailMonkey/HookDetection/HookDetectionCheck.java b/node_modules/jail-monkey/android/src/main/java/com/gantix/JailMonkey/HookDetection/HookDetectionCheck.java
index c59ada1..b0c4d36 100644
--- a/node_modules/jail-monkey/android/src/main/java/com/gantix/JailMonkey/HookDetection/HookDetectionCheck.java+++ b/node_modules/jail-monkey/android/src/main/java/com/gantix/JailMonkey/HookDetection/HookDetectionCheck.java@@ -97,7 +97,7 @@ public class HookDetectionCheck {
if (runningServices != null) {
for (int i = 0; i < runningServices.size(); ++i) {
- if (runningServices.get(i).process.contains("fridaserver")) {+ if (runningServices.get(i).process.contains("frida-server")) {
return true;
}
}
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
[email protected]
for the project I'm working on.frida-server is just misspelled
Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: