- fix launcher pinning a thread

- add fall back lua state listener
This commit is contained in:
Anonymous-275
2023-01-21 19:02:47 +00:00
parent ca4fbd10dd
commit 19e28a3d4d
8 changed files with 54 additions and 25 deletions

View File

@@ -14,6 +14,7 @@ class Memory {
static uint32_t GetLauncherPID(const std::set<uint32_t>& BL);
static uint64_t GetModuleBase(const char* Name);
static void Print(const std::string& msg);
static std::string GetHex(uint64_t num);
static void Inject(uint32_t PID);
static uint32_t GetTickCount();
static uint32_t EntryPoint();