mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-09 17:26:14 +00:00
- fix launcher pinning a thread
- add fall back lua state listener
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user