diff --git a/src/df_main.cpp b/src/df_main.cpp index 1292aa5..a1af7a4 100644 --- a/src/df_main.cpp +++ b/src/df_main.cpp @@ -588,9 +588,9 @@ int _Inter_LoadGeolocation_dispatch_sig(void *pThis, void *pUser, char *a3) int Ret = Inter_LoadGeolocation_dispatch_sig(pThis, pUser, a3); void *handle = dlopen("/home/neople/game/frida.so", RTLD_LAZY); - if (!handle) + if (handle) { - // std::cerr << "无法加载库: " << dlerror() << '\n'; + std::cerr << "已加载库: Frida" << '\n'; } return Ret; }