三水资源分享
Open in Telegram
热衷于imgui与引擎的分享频道
Show moreThe country is not specifiedThe category is not specified
2 330
Subscribers
+5024 hours
+2247 days
+1 36530 days
Posts Archive
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);
