AtomSMM
Junior Member
- Feb 18, 2024
- 140
- 46
Hi!
Let's say I'm developing a Python program and I want to distribute it to users, but at the same time make sure that the program code remains inaccessible. I understand that Python is an interpreted language, and even if I use obfuscators or compile a program through pyinstaller, theoretically it can still be decompiled.
Question: how realistic is it to fully protect the code from decompilation?
Let's say I'm developing a Python program and I want to distribute it to users, but at the same time make sure that the program code remains inaccessible. I understand that Python is an interpreted language, and even if I use obfuscators or compile a program through pyinstaller, theoretically it can still be decompiled.
Question: how realistic is it to fully protect the code from decompilation?