Posted: Tue Oct 08, 2024 4:29 pm Post subject: Trying to Read Memory in Python (Static Pointers)
I managed to read memory from a dynamic adres in python and i am now trying to read from a static adress.
I compared 2 pointerscans on 2 different instances of the same application with each other. Next i took the pointers and validated that they worked by deactivating the pointers. This ensures I have the correct pointers.
now "coreclr.dll"+0048CC08 does equal to 2265D0AD770. this makes sense. However 2265D0AD770+18 does not equal to 266FA2F8F50. So in my code when i tell my code to read memory from "coreclr.dll"+0048CC08 + 18 + 68 + 238 i dont end up on the adres 2266180CE08. My code ended up at adres 0x2265d0ada28.
Am i not understanding the window cheat engine is presenting me? is it faulty? I would really appreciate any kind of help
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