View Single Post
Old 02-07-2007, 05:00 PM   #14 (permalink)
mordero
Forum Expert
 
mordero's Avatar
 
Join Date: Nov 2003
Location: Illinois, USA
Age: 22
Posts: 2,911
Default

Quote:
Originally Posted by DragonBoy View Post
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.
mordero is offline   Reply With Quote