mirror of
https://github.com/HIllya51/LunaHook.git
synced 2025-01-12 04:49:37 +08:00
Update buffer.c
This commit is contained in:
parent
3cdc17bfaa
commit
b213f71feb
@ -33,7 +33,7 @@
|
||||
#define MEMORY_BLOCK_SIZE 0x1000
|
||||
|
||||
// Max range for seeking a memory block. (= 1024MB)
|
||||
#define MAX_MEMORY_RANGE 0x40000000
|
||||
#define MAX_MEMORY_RANGE 0x7f000000 //0x40000000 https://github.com/TsudaKageyu/minhook/issues/107
|
||||
|
||||
// Memory protection flags to check the executable address.
|
||||
#define PAGE_EXECUTE_FLAGS \
|
||||
|
Loading…
x
Reference in New Issue
Block a user