This commit is contained in:
huoji
2025-05-22 14:07:27 +08:00
parent e160fd0d57
commit fd9cb016e1

View File

@@ -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