PreviousNext

C# Read/Write another Process' Memory

by bill-s, 2013-10-19T17:13:16.000Z

This article aims to show you how to read/write a process' memory using C# and some methods found inkernel32.dll. This is a good way to learn a part of WinAPI and also understand the basics of memory allocation.

Read More