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:

Comments
Post a Comment