D
D
DTPlayer2021-07-24 19:54:04
Python
DTPlayer, 2021-07-24 19:54:04

How can python compilation be protected?

I know that pyinstaller (even with key key) can be easily disassembled. I would like to know how exactly you can protect the exe that is obtained after compiling python

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
alextretyak, 2021-07-25
@DTPlayer

Any Python compiler to native code via C++ will do, for example: Nuitka , Shed Skin or Python → 11l → C++ .

V
Vindicar, 2021-07-24
@Vindicar

You can pre-obfuscate the code with pyarmor. But this is far from a panacea. Or wrap a packer on the executable file.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question