jborean93 / pypsexec

Remote Windows execution like PsExec on Python
MIT License
119 stars 38 forks source link

About source code of _openssl.so in pypsexec v0.2.0 #50

Closed SebastienZHAO closed 2 years ago

SebastienZHAO commented 2 years ago

Hi Jordan, I'm working on one project in which the version of Python is v2.7. So Pypsexec v0.2.0 works for me. Thanks you so much. Furthermore, is it possible to get the source code of _openssl.so? I would like to complement some functionalities into the library and rebuild it.

jborean93 commented 2 years ago

There is no _openssl.so in either the wheel or sdist for this package. I'm not sure what file you are really talking about but it is not affiliated with this project. You might be referring to the native library used by Python itself to interop with OpenSSL but that's not relevant here.