From fd9cb016e1f2c41223bcfb1e3871689b5182ac9b Mon Sep 17 00:00:00 2001 From: huoji Date: Thu, 22 May 2025 14:07:27 +0800 Subject: [PATCH] fix up --- ai_anti_malware/sandbox.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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