Page 1 of 1

Calling functions

PostPosted: Tue Oct 12, 2010 7:42 pm
by Hooch
For example.
Whan I find some offsets.
http://www.mpgh.net/forum/279-call-duty-mw2-coding-source-code/184981-tutorial-how-find-offsets.html

How can I call some functions using memory editing.
How can I use registerTag function. I was searching for that but find nothing.
Thanks in advance

Re: Calling functions

PostPosted: Wed Oct 13, 2010 2:23 pm
by L. Spiro
Call functions via memory editing?
Editing memory does not invoke functions unless you reroute a thread via memory editing, which is probably not what you want to do.

Be clear on what you want to do.
Do you want to call the function locally or remotely? If locally, via code injection or DLL injection?


L. Spiro