From 9c0e74e3d729a581454e9c5691c96d74f5eb59af Mon Sep 17 00:00:00 2001 From: luoyesiqiu Date: Mon, 8 Apr 2024 22:31:31 +0800 Subject: [PATCH] Update frida so name --- shell/src/main/cpp/dpt_risk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/src/main/cpp/dpt_risk.cpp b/shell/src/main/cpp/dpt_risk.cpp index 4d938468..22f8bedb 100644 --- a/shell/src/main/cpp/dpt_risk.cpp +++ b/shell/src/main/cpp/dpt_risk.cpp @@ -20,7 +20,7 @@ void junkCodeDexProtect(JNIEnv *env) { [[noreturn]] void *detectFridaOnThread(__unused void *args) { while (true) { - int frida_so_count = find_in_maps(1,"frida-agent.so"); + int frida_so_count = find_in_maps(1,"frida-agent"); if(frida_so_count > 0) { DLOGD("detectFridaOnThread found frida so"); crash();