mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-09 17:26:14 +00:00
- Changed BlackList to std::set
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
|
||||
#pragma once
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <set>
|
||||
|
||||
class Memory{
|
||||
public:
|
||||
static uint64_t FindPattern(const char* module, const char* Pattern[]);
|
||||
static uint32_t GetBeamNGPID(const std::vector<uint32_t>& BL);
|
||||
static uint32_t GetBeamNGPID(const std::set<uint32_t>& BL);
|
||||
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