파이썬 exe 빼기 간단난독화

be1uga·2023년 11월 27일

https://pyob.oxyry.com/

pip install pyinstaller
pyinstaller --onefile basic_test.py

==========================

pip install pyarmor==7.7.4
pip install pyinstaller

pyarmor pack --clean -e "--onefile " test.py

콘솔없게
pyarmor pack --clean -e "--noconsole --onefile " test.py
아이콘추가
pyarmor pack --clean -e "--onefile --icon=icon.ico" test.py

0개의 댓글