Quote:
|
Can someone explain how you are finding the locations of these kinds of things? Please tell me. Im trying to learn to memory edit so I can finaly get out of my leecher status.
|
I personally use IDA Pro. It's a disassember and debugger that will (on a very basic level) recreate something similar to a a map file. It will resolve symbol names if it can find anything, and allows you to rename symbols after you have discovered what the function or memory location us used for.
You can have it search thru the strings for anything you want and it will give you memory locations that reference it. Since a user can create their own scripts, the command interpreter is built in to WoW, meaning you can search for these keywords... making it very easy to discover the entry points to these functions.
If you don't have IDA Pro (or OllyDbg [free]), you're working blindly.