|
-
October 26th, 2009, 06:02 PM
#2
Re: How do I read the value of an address?
I am trying to read the value of memory address using c++.
For example, how can I read the value contained in "00B12318"?
I have tried:
int value;
00B12318 = &value;
cout << value;
But sadly it doesnt work.
Please help! THank you
Sorry I dont know how to edit my thread.
Tags for this Thread
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
|