S
S
Stas Efremov2021-07-30 17:09:27
linux
Stas Efremov, 2021-07-30 17:09:27

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 cdllfrom ctypespython, 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

1 answer(s)
S
Sergey Karbivnichy, 2021-07-30
@hottabxp

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 question

Ask a Question

731 491 924 answers to any question