I would like to know if there is any way in C ++ to get some data (value) from a process, but without using a pointer to memory, when I try to use the cheat engine until I find the dynamic address, but the debugger does not work to go after pointers.
Then to clarify: Is there any way to get a data (there is no need to change it, just read) in C ++, without the use of direct pointers? I was told that this might be possible via socket / hook , is this true? Are there other methods?