|
|
|
|
|
by zamadatix
60 days ago
|
|
> You can turn it on globally for all processes by creating a DWORD value named "Enabled" under HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Segment Heap, and giving it a value of 3 I had previously seen this described as 0 vs non-zero. Since you have some inside experience :), anything special about 3 instead? What about 2? How would I find these value meanings out on my own (if that's even possible)? Thanks! |
|
Using the application manifest approach is the right way to ship software that opts into segment heap. The registry thing is just a convenience for local testing.