Increase PEB segment size

This commit is contained in:
momo5502
2024-10-23 06:57:07 +02:00
parent 2938b1bf12
commit ebe0c47286

View File

@@ -10,7 +10,7 @@
#include <x64_emulator.hpp>
#define PEB_SEGMENT_SIZE (1 << 20) // 1 MB
#define PEB_SEGMENT_SIZE (20 << 20) // 20 MB
#define GS_SEGMENT_SIZE (1 << 20) // 1 MB
#define IA32_GS_BASE_MSR 0xC0000101