Understanding Process Isolation in Windows
Let’s break down how two processes communicate in Windows, what process isolation means, and how APIs like WriteProcessMemory and VirtualAllocEx manage to access another process’s memory — without breaking the rules.
Two Processes Can Communicate
In ...
process-isolation-in-windows.hashnode.dev4 min read