Answer the question
In order to leave comments, you need to log in
What are the libraries for running ELF and .so files under Windows?
Good afternoon, in a program written in python under Windows, it became necessary to use linux .exe and .so files - to run specific methods from them with given arguments. In fact, you need an analogue cdll
from ctypes
python, only that it works with objects from Linux.
In the opposite direction (using .dll in linux), LoadLibrary works, as I understand it.
What tools are there for this? Some kind of library is needed, which will raise something like a virtual linux environment for the duration of the call to .so.
Answer the question
In order to leave comments, you need to log in
which will bring up something like a virtual linux environment for the duration of the .so call.Windows Subsystem for Linux
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question