Posted: Fri Dec 13, 2024 8:53 am Post subject: Cheat engine cant see my C code
I wrote a code in C language. I assigned a value to a variable. I outputted the address of the variable. When I manually entered that address via Cheat Engine, it appears as value:"??" Then I changed the value in the variable continuously with loops and scanned via Cheat Engine while changing it. I selected the unknown initial value at the beginning, selected the changed value option and did it. Still, I could not find my own value in any way.What should I do?
You aren't targeting the correct process. Don't target visual studio code (or the terminal emulator if that's a different process). Target the application being run.
Also, make `Number` volatile. Otherwise, the compiler is well within its rights to optimize away any memory accesses to that variable. _________________
I don't know where I'm going, but I'll figure it out when I get there.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum