Progress on tokens

This commit is contained in:
momo5502
2024-12-22 21:47:43 +01:00
parent 596644b795
commit ed0ced76f9
3 changed files with 63 additions and 8 deletions

View File

@@ -263,6 +263,10 @@ namespace
peb.HeapDeCommitFreeBlockThreshold = 0x0000000000001000;
peb.NumberOfHeaps = 0x00000000;
peb.MaximumNumberOfHeaps = 0x00000010;
peb.OSPlatformId = 2;
peb.OSMajorVersion = 0x0000000a;
peb.OSBuildNumber = 0x00006c51;
});
}