This commit is contained in:
lenheart
2024-08-03 13:33:04 +08:00
parent c80e754079
commit a2dc6d4cc0
4 changed files with 382 additions and 103 deletions

View File

@@ -579,19 +579,9 @@ void PrintAuroraTag()
int _Inter_LoadGeolocation_dispatch_sig(void *pThis, void *pUser, char *a3)
{
PrintAuroraTag();
// 请求脚本
// ReqScript();
// 初始化松鼠
InitSquirrel();
int Ret = Inter_LoadGeolocation_dispatch_sig(pThis, pUser, a3);
void *handle = dlopen("/home/neople/game/frida.so", RTLD_LAZY);
if (handle)
{
std::cerr << "已加载库: Frida" << '\n';
}
return Ret;
}
@@ -902,6 +892,17 @@ void Lenheart()
CMem::WriteUChar(MAIN_OFFSET(0x622659), nMaxGrade);
CMem::WriteUChar(MAIN_OFFSET(0x622941), nMaxGrade);
CMem::WriteUChar(MAIN_OFFSET(0x622941), nMaxGrade);
PrintAuroraTag();
// 请求脚本
// ReqScript();
// 初始化松鼠
InitSquirrel();
void *handle = dlopen("/home/neople/game/frida.so", RTLD_LAZY);
if (handle)
{
std::cerr << "已加载库: Frida" << '\n';
}
}
}