I want to find integer value code_injct
on cheat engine and modify this value 43369 or else
here is my code
#include <stdio.h>
#include <Windows.h>
int main() {
int code_injct = 43971;
while (1){
printf("%d\n", code_injct);
Sleep(5000);
}
}
and I try run Cheat Engine, attach process Project1.exe, scan 43971.
But there is nothing found. What I missed?