RemoteValue<int> iHealth(address);
while(true)
{
BaseRemote::ReadAll(pid);
if(iHealth > 0) {
...
}
BaseRemote::WriteAll(pid);
}
0xRF/RemoteValue
An old attempt to make dealing with memory from other processes feel more natural in c++
C++