三水资源分享
前往频道在 Telegram
热衷于imgui与引擎的分享频道
显示更多未指定国家未指定类别
2 313
订阅者
+5024 小时
+2247 天
+1 36530 天
帖子存档
2 329
typedef int64_t (*orig_43694C_t)(void* a1);
orig_43694C_t orig_43694C = nullptr;
int64_t hook_43694C(void* a1) {
if (a1 && *(_QWORD *)((uint64_t)a1 + 8)) {
return 0LL;
}
return orig_43694C(a1);
}
void* target = (void*)((uintptr_t)get_module_base("libanogs.so") + 0x43694C);
DobbyHook(target, (void*)hook_43694C, (void**)&orig_43694C);
