now i know the address, is it possible to access the data using 0x8ffcfff. from perl Thankyou#include <iostream.h> #include <conio.h> void main () { int *pointer; *pointer = 12; cout<<&pointer; } output ------------ 0x8ffcfff
In reply to Reading memory of a different process by opensourcer
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |