diff --git a/ai_anti_malware/sandbox.h b/ai_anti_malware/sandbox.h index 76c5494..720e88a 100644 --- a/ai_anti_malware/sandbox.h +++ b/ai_anti_malware/sandbox.h @@ -14,13 +14,13 @@ #define STACK_BASE_32 0x14A0000 #define STACK_SIZE_64 0x40000 #define STACK_SIZE_32 0x40000 -#define HEAP_ADDRESS_64 0x500000000 +#define HEAP_ADDRESS_64 0xff800000000 #define HEAP_SIZE_64 0x5000000 #define HEAP_ADDRESS_32 0x5000000 #define HEAP_SIZE_32 0x5000000 #define ENV_BLOCK_BASE 0x50000 #define DLL_MODULE_BASE 0x130000 -#define MAIN_MODULE_BASE 0xff0000 +#define MAIN_MODULE_BASE 0xff70000 #define PEB_BASE 0x90000 #define TEB_BASE 0x90000