Dear readers,
does anyone know any good online tutorials (in English please, since my german is not really superb) which introduce and teach you the art of Hooking and reading / writing from the memory?
I know C++ but never did anything with hooking or memory reading/writing so far i.e. game hacking but I really would like to learn it.
I hope someone knows some nice tutorials :)
P.S. could someone explain me the following:
I would like to get the text which I write in my game, to be available in my C++ program.
I downloaded cheat engine and wrote some text in game and then did a search for that text. I repeated this process and in the end I was left with 6 memory values.
- 1Aff26D8
- 1B100C4 (this one also shows what other people type and changes all the time)
- 298D0Db2
- 2A50C8Dc (this one does the same as the 2nd)
- 3E80A450
- 43ED5744 (same as 2nd and 4th)
Now for my question. How can I get the text I type, to show up in my C++ program?
Queue, vectors, list, how does this work, and what would you do?
Hopefully some tips from you guys :)
Thanks in forward <3
P.S. I did a re-scan and now everything has new memory values.
I will worry about that later, lets say I just know the values and will change them manually everytime in my C++ tool. I just want to know how to read from the memory and display it in my console application (I am using Qt Creator).
I posted a screenshot with info. Hopefully that helps a bit to, when explaining stuff to me :)
[Only registered and activated users can see links. Click Here To Register...]
does anyone know any good online tutorials (in English please, since my german is not really superb) which introduce and teach you the art of Hooking and reading / writing from the memory?
I know C++ but never did anything with hooking or memory reading/writing so far i.e. game hacking but I really would like to learn it.
I hope someone knows some nice tutorials :)
P.S. could someone explain me the following:
I would like to get the text which I write in my game, to be available in my C++ program.
I downloaded cheat engine and wrote some text in game and then did a search for that text. I repeated this process and in the end I was left with 6 memory values.
- 1Aff26D8
- 1B100C4 (this one also shows what other people type and changes all the time)
- 298D0Db2
- 2A50C8Dc (this one does the same as the 2nd)
- 3E80A450
- 43ED5744 (same as 2nd and 4th)
Now for my question. How can I get the text I type, to show up in my C++ program?
Queue, vectors, list, how does this work, and what would you do?
Hopefully some tips from you guys :)
Thanks in forward <3
P.S. I did a re-scan and now everything has new memory values.
I will worry about that later, lets say I just know the values and will change them manually everytime in my C++ tool. I just want to know how to read from the memory and display it in my console application (I am using Qt Creator).
I posted a screenshot with info. Hopefully that helps a bit to, when explaining stuff to me :)
[Only registered and activated users can see links. Click Here To Register...]