Custom memory allocation in C# Part 9 — Hijacking new in x64
This is the ninth part of the Custom memory allocation series. For your convenience you can find other parts in the table of contents in Part 1 — Allocating object on a stack We already hijacked new in C#. Last time we did this for 32-bit applications, today we will modify the code to support … Continue reading Custom memory allocation in C# Part 9 — Hijacking new in x64