by aduhaime2003 » Mon Feb 02, 2009 6:26 pm
What I really need to know is the best method for reverse engineering. This is my thought process.
1. find out what the main cpu is and attempt to find out the instruction set that it supports
2. Attempt to log data and derive where the data is calculated
3. Isolate the inputs and attempt to figure out where they are refrenced in the memory
4. Associate the derived logging data to some of the outputs
Does this sound anywhere like a decent thought process. I dont know how any of you did it....That is what I need to find out.
I know that this is a huge task but if there are short cuts It would help. I am a Software programmer by trade but this is going back to college days and I am very rusty with assembly.....let alone converting hex to assembly.
Thanks
ART