I: need help in C#

Prosper

Where'd That 6th Toe Come From?
I am making a memory reading program.

All I wish to do is search a program's memory for a byte array that I have specified.

Also, I want to make it clear I already have created a working memory reader. But, that specific one gathers addresses by the mass. Whereas the one I am trying to create now will not end up gathering results by such a large mass.

I would love help!
 
are you sure the program you are trying to read their memory doesnt use memory locks or spin locks or whatever they are called that blocks memory reading?
 
TheWesDude said:
are you sure the program you are trying to read their memory doesnt use memory locks or spin locks or whatever they are called that blocks memory reading?

in the past I have used other peoples memory editors on this program. No problems occured.

and I have gotten my own to work on it.
 
Back
Top