Skip to content

Commit

Permalink
Update frida so name
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyesiqiu committed Apr 8, 2024
1 parent 214d508 commit 9c0e74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/src/main/cpp/dpt_risk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 9c0e74e

Please sign in to comment.