Why does Windows allow non-parent processes to read/write the memory of a process?
I recently learned that in Windows a process is generally allowed to alter the the memory of another process as long as it is running under the same user. I tried running the following code with various pids:
#include <io… Continue reading Why does Windows allow non-parent processes to read/write the memory of a process?