三水资源分享
Open in Telegram
热衷于imgui与引擎的分享频道
Show moreThe country is not specifiedThe category is not specified
2 313
Subscribers
+5024 hours
+2247 days
+1 36530 days
Posts Archive
2 321
⬆️ PUBGM UPDATE 4.6.0
✅ 8 - 10 september GL 🌐
✅ 8 - 10 september VN 🎮
✅ 9 - 11 september KR 🎮
✅ 9 - 11 september TW🎮
✅ 16-18 september BGMI 🎮
2 321
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);
