- Joined
- Apr 16, 2006
- Messages
- 475
- Reaction score
- 71
Hello everyone.
I recently wrote Main Analyzer(for MU) and it is my first program(in C#). So basically I didn't know anything about bytes, addresses and anything that goes along with it.
I went experimenting. Read the file, put it in the byte array. Wrote a method to turn certain search string to byte array, then added a search method on the file byte array, then some other extra stuff.. and it goes like that.
Most important thing here are the addresses. I didn't quite use it on my program directly, because I do not know how. Maybe there is some kinda memory array to manipulate with the addresses?
Don't quite know what I'm talking about already, well I hope you'll understand me.
I just thought of this, that it would be interesting to know what techniques are you guys using, and what could we share to learn.
I recently wrote Main Analyzer(for MU) and it is my first program(in C#). So basically I didn't know anything about bytes, addresses and anything that goes along with it.
I went experimenting. Read the file, put it in the byte array. Wrote a method to turn certain search string to byte array, then added a search method on the file byte array, then some other extra stuff.. and it goes like that.
Most important thing here are the addresses. I didn't quite use it on my program directly, because I do not know how. Maybe there is some kinda memory array to manipulate with the addresses?
Don't quite know what I'm talking about already, well I hope you'll understand me.I just thought of this, that it would be interesting to know what techniques are you guys using, and what could we share to learn.

Last edited:

