[Question's] Need some help.

09/07/2010 22:49 namepod#1
Hello i got some questions for ya.

First off, im working on a Dupe-theory for an game and it involves a trade, from my basic programming knowledge it should be somewhere in the code something like a If statement checking if the item is registered or not.

Anyhow my problem is that i cant find the address of that check / if-statement.

So, now to the questions :P

1.Is there a program which records what addresses have been resently used? like a program keeping a list of addresses which have been executed?

If there aint,
2. Is there someone out there who can tell me how to reverse engineer to that particular address? ( in a genereal case ofcourse )

I have been trying to stop Olly right after the if-statement should have been taking place, but im quite not as fast as a computer, so i always end of somewhere completely wrong.
I have been trying to backtrack from the text which is says "cant do that".
(what addresses print it, and so on).

Btw, a little side question.
Does anyone know how to call a main server in assembly?
Mmorpg games have a client and a main server, and the client sometimes have to send data. How do you do that in assembly?

Hmm i guess that was all.
Thanks in advance :D
09/08/2010 11:13 wurstbrot123#2
You may want to watch the Tutorials "Reversing for Newbies" :p
09/08/2010 12:46 namepod#3
Quote:
Originally Posted by wurstbrot123 View Post
You may want to watch the Tutorials "Reversing for Newbies" :p
I am :(
And so far i dont see anything usefull :/

but i maintly want a program that records all addresses which has been executed :/

Edit:
Okay i found something usefull :P It's very usefull :D
I've made some progress now, but i gotta give the developers some credits, they are not stupid when they make the games.
Hmm im kinda stuck again :P This aint easy :P