Jump to content
Tuts 4 You

reading data from the memory of the running program


ilker_6

Recommended Posts

Posted

weather watcher live (vb 5/6 native code) offline software is running, dew point and temperature values ​​I need to use the memory as a continuous variable to another program( c++ or masm,radasm ),I need to write a program like this, but how I can write. Can you help me in this subject.I'm sorry for my english is bad, I hope you understood my question.

post-59671-0-74934800-1346179260_thumb.j

Posted

You can use system API do this. Look into using ReadProcessMemory.

Posted

thank you , i find using api but vc++ 2008 different 2010 different 2012 different and i look masm but i cant find useful material , Where should I look for samples or for similar applications.game cheat codes( money,health,ammo etc.) for software similar to this subject during my research as I could see.

I'm grateful for your help.

Posted

The system API does not change in usage between versions of Visual Studio.

As for examples of using ReadProcessMemory, use Google and look for stuff like:

- 'C++ trainer example'

- 'C++ ReadProcessMemory example'

And so on.

  • 1 month later...
e_z_minded_guy
Posted
http://www.planet-source-code.com/ is also a great place to search for example code. Just pick what language you'd like to search and browse their repository - 1000's of lines of code to search through.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...