ilker_6 Posted August 28, 2012 Posted August 28, 2012 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.
atom0s Posted August 29, 2012 Posted August 29, 2012 You can use system API do this. Look into using ReadProcessMemory.
ilker_6 Posted August 31, 2012 Author Posted August 31, 2012 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.
atom0s Posted September 1, 2012 Posted September 1, 2012 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.
e_z_minded_guy Posted October 15, 2012 Posted October 15, 2012 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now