Make sure to use plugins only in proccess 2 and 15.

This commit is contained in:
Maschell
2020-05-28 20:49:52 +02:00
parent fd6bed070c
commit 8050bb7e44
5 changed files with 75 additions and 63 deletions

View File

@@ -57,7 +57,7 @@ extern "C" {
res (* real_ ## name)(__VA_ARGS__) __attribute__((section(".data"))); \
res my_ ## name(__VA_ARGS__)
#define FUNCTION_PATCHER_METHOD_STORE_SIZE 7
#define FUNCTION_PATCHER_METHOD_STORE_SIZE 20
typedef struct {
const uint32_t replaceAddr;