Quote:
Originally Posted by valen
I'm trying to find the static addresses for entities myself, any ideas on how i can do this? I want to develop my own stuff aswell. You want to share some basic ideas?
|
First of all the most important thing to understand offsets and pointers. Then everything will come. Reverse Engineering is very harder than engineering. So be patient and find every pointers and offsets.
Tools (Process Hacker, Cheat Egine, MHS)
Interaction with memory language is also very important. Maybe a scripting language as v1 (AutoIt) or maybe v2 c++ and lua.
But I recommend you to take a look at AutoIt. Before going in to hard coding with c++ and memory.