cheat-engine

Where does int 32 value come from in Memory viewer, Cheat Engine


In the memory viewer, I'm at 333CF2F4, which holds a value of float 500, as cheatviewer tells me. But it also has a value for a integer. How is that value calculated? Is it the hex value of 0000FA43?

enter image description here


Solution

  • That looks like it's little endian, so the integer value 1140457472 is 0x43FA0000.

    Those numbers along the bar at the bottom are just the different representations of the data stored at those addresses.