I have a program, compyled from python sources for windows. But i need to execute it on linux server.
My plan was in decompyling it by https://github.com/LookiMan/EXE2PY-Decompiler, but it doesn't give any positive result cause code is encrypted. I don't need to edit sources, so can i just recompyle it to linux executable?