Support more syscalls

This commit is contained in:
momo5502
2024-09-11 19:14:20 +02:00
parent 6aaceca7de
commit d8cea9a373
2 changed files with 130 additions and 19 deletions

View File

@@ -338,7 +338,7 @@ namespace
peb.ProcessHeap = nullptr;
peb.ProcessHeaps = nullptr;
peb.HeapSegmentReserve = 0x0000000000100000;
peb.HeapSegmentReserve = 0x0000000000100000; // TODO: Read from executable
peb.HeapSegmentCommit = 0x0000000000002000;
peb.HeapDeCommitTotalFreeThreshold = 0x0000000000010000;
peb.HeapDeCommitFreeBlockThreshold = 0x0000000000001000;