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

pymem[speed] seems undocumented #89

Closed divinity76 closed 1 year ago

divinity76 commented 1 year ago

idk what pymem[speed] is, it's not mentioned in the docs, and in the README.md it simply says

pip install pymem
# with speedups
pip install pymem[speed]

so.. what is it?

StarrFox commented 1 year ago

it installs the regex package which has a faster search time than the stdlib module and is used for memory scanning

This should probably be documented under the installation section, sorry about that

StarrFox commented 1 year ago

This has been fixed in https://github.com/srounet/Pymem/commit/3d7e10403ffe7f33a4d7c5ca031172ad838bfb05