some hooking struggles. still has random stackoverflow crashes.

This commit is contained in:
NukedBart 2025-12-14 18:51:20 +08:00
parent 1cd8378078
commit f29f966846
8 changed files with 180 additions and 1014 deletions

View file

@ -25,6 +25,11 @@
#include <cstdio>
#include <mutex> // Include for thread synchronization, optimizing logging safety
// =======================
// IL2CPP
// =======================
#include "il2cpp.h"
// =======================
// IMGUI
// =======================
@ -32,11 +37,6 @@
#include "imgui/imgui_impl_win32.h"
#include "imgui/imgui_impl_dx11.h"
// =======================
// KIERO
// =======================
#include "kiero/kiero.h"
// =======================
// MINHOOK
// =======================
@ -47,4 +47,6 @@
// =======================
#include "offsets.h"
// RNG
#include <random>
#endif // PCH_H