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

rework pattern.py to use regex, and add it to the docs #34

Closed StarrFox closed 3 years ago

StarrFox commented 3 years ago

This pull request switches the pattern search functions to use regex over the previous method which provides a major speed boost.

It also adds pattern to the api docs with an example for scan_pattern_module.

This pull request also removes scan_string_page, search_real_address, and string_scan_module which was discussed on discord.