dshikashio / Pybag

Python module for Windbg's dbgeng plus additional wrappers.
MIT License
56 stars 15 forks source link

Fix install issue #15

Closed kash1064 closed 1 year ago

kash1064 commented 1 year ago

I know python.exe ./setup.py install is not work, because the lib files in pybag,dbgeng.win32 is not installed site-packages folder. This PR is fix this issue. I tested on Win10 22H2 and Python 3.10.

dshikashio commented 1 year ago

Thanks for submitting. This should be fix by a prior issue resolution being merged in now.