Skip to content
Advertisement

Tag: cheat-engine

Unable to read value from memory using offsets

I’m trying to extract the value from a memory address using the base address of a .dll + offsets. I used Cheat Engine to find the base address, and pymem to get the base address as hex. Here’s the code I used to find the base address: For reading the value I’m using ReadWriteMemory. I used the output from the

Advertisement