I used pyinstaller to convert my python script to an exe file. I used pyinstaller -w my_python_code.py which creates a directory that contains the exe file along with the dependent libraries. how can I anti decompile the exe file? or Should I obfuscate the python script before creating exe file?
Alvin Hensel replied
396 weeks ago