This commit is contained in:
lenheart 2024-08-03 13:23:33 +08:00
parent 90829e2e86
commit c80e754079
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}