I was wondering if it was possible to access a direct block of memory using C/C++ and grab the value. For example:
int i = 15; int *p = &i; cout <<
A bit late, but you still could this through a DLL injection. Here is a link to a tutorial: http://resources.infosecinstitute.com/using-createremotethread-for-dll-injection-on-windows/