srounet / Pymem

A python library for windows, providing the needed functions to start working on your own with memory editing.
MIT License
303 stars 45 forks source link

add resolve_offsets method #106

Closed StarrFox closed 10 months ago

StarrFox commented 1 year ago

This pr adds a resolve_offsets method to the Pymem object, people often need this when transferring pointers from cheat engine.

I wasn't really sure on a good way create a ci test for it but it should work

StarrFox commented 1 year ago

using unsigned methods now; I'm not sure about making it a class though think it's a lot simpler as just a function

StarrFox commented 10 months ago

WoW64 change in place

srounet commented 10 months ago

Seems good to me @StarrFox