[HELP] How detect instruction in Server using Assembly

10/09/2011 02:44 sandolkakos#1
Does anyone know tell me if there is any way to do this:

I want to detect what the instruction that was executed on the server, to discount the amount of cash used for a transaction made ​​in the game client.

I need to do this because there is no configuration to edit the amount charged to a certain transaction in my Eudemons Server.

OllyDbg would do this?

I even can do this in applications with OllyDBG, but as the transaction is done on the client, i dont know how i can analyzing the instruction used on the server.

Sorry for my english and thank you for your attention.
10/09/2011 03:35 XxFearReaperXx#2
Ollydbg would do it perfectly but you have to know how to read the string data. thats not something easily posted in a topic on PVPers you might want to google research OllyDBG String Values and read up on it
and define transaction
10/12/2011 18:36 sandolkakos#3
Quote:
Originally Posted by XxFearReaperXx View Post
Ollydbg would do it perfectly but you have to know how to read the string data. thats not something easily posted in a topic on PVPers you might want to google research OllyDBG String Values and read up on it
and define transaction
Thanks for helping.
Studying this.