View Single Post
  #2  
Old 10-31-2005, 15:46
abitofboth
 
Posts: n/a
got a solution

nvm and thanks anyway..

I dont know why there's all this garbage on the stack .. i suppose its supposed to be there!?(ill have to read up on that)
Anyway, my solution is to read this memory 0012b000 and some 30kb ahead, scan it for references to memory wich is known to be in the area of the data i want .. read off 500 bytes from that particular address and evaluate it off a pattern.

This works .. 50% of the time .. if i wanna be relatively sure i get it all i have to repeat that procedure about 10 times.
I can problary optimize this by using my first postitive hit as a hint to narrow down the search area and optimize hit rate.

SO .. i got a solution. But its a stupid one. I am sure!
Feel free to tell my WHY its stupid, and in what direction i should study to make it smarter! )

Regards
01 (a bit of both)
Reply With Quote