ollydbg

06/24/2009 17:06 s3ko#1
can i take the new adress with ollydbg?
is there any TUT?
06/24/2009 19:07 HellSpider#2
Yea you can. I use OllyDbg for everything...

If you wan't to search for commands use: Ctrl+F

If you want to search for binary strings use: Ctrl+B

That's about everything you'll need. If you want to learn more I suggest you google for a tutorial :).
06/24/2009 20:02 s3ko#3
i got all of adress

but skill i found but not work

do u know why?
06/24/2009 23:48 -8gX#4
When looking for addresses for cheats, they will be in the same relative memory region.

i.e. :::::

Address for hack (005622A2)

When searching for the updated address, look for all matches in the 005 memory region. There should only be one, if there are more, narrow it down to the 0056 region.