some hooking struggles. still has random stackoverflow crashes.
This commit is contained in:
parent
1cd8378078
commit
f29f966846
8 changed files with 180 additions and 1014 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue