Compare values inside an address
Basicly what i want to do is compare the value that an address has to an integer, but im getting "cannot convert int into bool". Is it possible to compare?
Internal?
*(int*)0x12345555 == 123
External just read as int and compare
internal wouldnt be if it was a DLL?
If you inject a DLL then yes, you're internal.