How obfuscate python bytecode with Pyinstaller 3.0 -


i trying figure out how can obfuscate python bytecode new pyinstaller.

c:\anaconda32\envs\myenv\scripts\pyinstaller.exe --distpath=./dist/win32 --workpath=./build/win32 --uac-admin --uac-uiaccess --key=mykey app.spec

however after building, still hack sources pyinstaller exe rebuilder shown here:

enter image description here


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -