1212
This commit is contained in:
parent
90829e2e86
commit
c80e754079
|
|
@ -588,9 +588,9 @@ int _Inter_LoadGeolocation_dispatch_sig(void *pThis, void *pUser, char *a3)
|
||||||
int Ret = Inter_LoadGeolocation_dispatch_sig(pThis, pUser, a3);
|
int Ret = Inter_LoadGeolocation_dispatch_sig(pThis, pUser, a3);
|
||||||
|
|
||||||
void *handle = dlopen("/home/neople/game/frida.so", RTLD_LAZY);
|
void *handle = dlopen("/home/neople/game/frida.so", RTLD_LAZY);
|
||||||
if (!handle)
|
if (handle)
|
||||||
{
|
{
|
||||||
// std::cerr << "无法加载库: " << dlerror() << '\n';
|
std::cerr << "已加载库: Frida" << '\n';
|
||||||
}
|
}
|
||||||
return Ret;
|
return Ret;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue