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

fix in __init__.py #50

Closed nyaoouo closed 3 years ago

nyaoouo commented 3 years ago

fix the way to get python dll path, prevent problems cause when using non system default python environment add the Py_InitializeEx parameters #https://docs.python.org/3/c-api/init.html#c.Py_InitializeEx

srounet commented 3 years ago

Thank you for your contribution, I'll need to have a look, and see how we can get rid of win32api just using standard python

srounet commented 3 years ago

I m closing this Pull-Request in favor of: https://github.com/srounet/Pymem/pull/51

Thank you for your contribution, and getting involved in pymem.