srounet / Pymem

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

additional vector read/write functions #71 #73

Closed qb-0 closed 1 year ago

qb-0 commented 2 years ago

71

StarrFox commented 2 years ago

These methods only read float vectors of size 2 or 3 and returns them in a dict with x, y, and somethings z keys. Seems very restricted and should instead allow reading of any data type and any size imo.

qb-0 commented 1 year ago

This can be closed since read_ctype can easily replace that.