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

disabling debug mode now works properly #36

Closed 5tr1k3r closed 3 years ago

5tr1k3r commented 3 years ago

Previously if you had the parameter debug=False it would always be made True because of the incorrect condition

srounet commented 3 years ago

You are right, thank you for taking the time to fix this !