|
-
May 10th, 2011, 09:00 AM
#1
Help! Getting Programs Base Address...
I was asked to replocate my question to this location, hopefully this section is the place..
--------------------------------------------------------------------------------------------------------------
Hello all,
Im using Microsoft Visual C++ 2010 Express, and am making an Windows form application.
I am trying to retreive (integer) variables from an other running program called 'createvar.exe'.
How to do that???
I pretty sure I have to
1) retreive the base-address of the program called 'createvar.exe' and
2) add the offset for the desired variable(s) (thát I DO have)
3) write the value found in thát memory location to a variable.
Ive spend literally days and days trying to figure out how to do this.....
Apparently im using 'managed c++'
Can anyone PLEASE tell me how to get a base address of another program, and how to use a pointer to a pointer to a variable?
Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|