mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-11 02:06:07 +00:00
Network, bug fixes, more patters, GELua and a lot more
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
class Memory{
|
||||
public:
|
||||
static uint64_t FindPattern(const char* module, const char* Pattern, const char* Mask);
|
||||
static uint64_t FindPattern(const char* module, const char* Pattern[]);
|
||||
static uint64_t GetModuleBase(const char* Name);
|
||||
static void Print(const std::string& msg);
|
||||
static void Inject(uint32_t PID);
|
||||
|
||||
Reference in New Issue
Block a user