Greetings
i need to know how to change values of specific memory addresses in c++. so far i have been using a utility for this job (cheatengine) but thought if i do this in c++ i might actually learn soemthing :-)
say the process name is: "bobdole.exe"
memory address: "04A96990"
memory type: "float"
we know for this value will allways be in the same address every time the program is loaded into memory.
i gave this a try: c++ tut on memory minipulation (site keeps crashing my firefox)
and i cant get the code to comile, gives me 50 erros, maybe becouse it was writen in c++.net? i am using standard c++.
(you are dealing with a c++ newby )
any help will be greatly apreciated.