Quote:
Originally Posted by DragonBoy
The code would have to be in C++ for many reasons, mainly due C# not even having the ability to do what you need to do, since you cannot access memory ( method do not even exist ).
|
You can read and write to processes memory through the the APIs windows makes available. So even though the methods dont exist in .net, you can still use them, although it is difficult.