cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Read variables and methods of another pr
Read variables and methods of another program in memory
Jan 16, 2013 at 6:06pm UTC
chenani
(1)
hello
i want to write a program that can access to variables and methods of another program. I ques for access to variables need to read memory, but about methods?how i can use methods and call them?
thank you.
Jan 18, 2013 at 2:44pm UTC
Santosh Reddy
(63)
For that you need to know the methods symbols to call them, try reading somthing about dynamic libs / shared lib, they do the similar thing.
Topic archived. No new replies allowed.