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

API new function demands #39

Closed nblog closed 3 years ago

nblog commented 3 years ago

want to add "read_pointer" and "write_pointer" and "read_uint64"

"read_string" & "write_string"
maybe there should be "xxxx_ansi_string" "xxxx_utf16_string" "xxxx_utf8_string"

if you don't mind, hope to have a similar with "AOBScan" function.

thank you very much hope you have a good time 🍺

oiramario commented 3 years ago

read_uint64 = read_pointer = read_ulonglong = read 64bits adress you can decode string with ansi/utf16

srounet commented 3 years ago

I'm closing the issue as @oiramario suggested it's just namings, the basic reading method are already present within pymem. As for reading strings, if something more elaborate is required feel free to describe that in a separate issue. Thank you for your suggestions.