Replies: 1 comment
-
This is called ASLR. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
x64dbg is loading the wrong address ranges I think. When I try to locate a memory address which I found in CheatEngine, it can't find the address and even if it finds an address, it is a wrong one.
What I tried:
Tried to navigate using the file offset, but it doesn't navigate to the right place.
Tried to navigate from the Disassembly view using file offset, but it wasn't the right address either.
It is a x64 Console application that I try to debug. Even the address ranges don't match with CheatEngine,
Beta Was this translation helpful? Give feedback.
All reactions