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 regex option for faster searching #80

Closed StarrFox closed 2 years ago

StarrFox commented 2 years ago

This pr adds the [speed] extra install option which includes the regex library which has faster search times than the builtin re library. I don't believe there are any syntax changes between the two.

I also added installing instructions to the readme