Pythonアプリを配布する際の覚書です。 スクリプト内容を難読化した上でEXE化する手順をまとめました。 パッケージ化にはPyinstaller、難読化にはPyArmorを使用します。 PyInstallerをそのまま使用するとWindownsDifenderやアンチウィルスソフトに引っかかって不便なの ...
色々試行錯誤してPyarmor流の作業手順と勘所を理解した。これでほぼ自由にサクッと自分のPythonソースコードを難読化+exe化して配布状態に持って行ける。 集中しすぎて疲れ果てたのでから寝ればいいのに、寝る前にメモしておこうと思った。そうしないと ...
I would like to know if you can help me with this problem. I have an application based on 7 independent executables that I connect by sub-process The application works well but each exe occupies 60 to ...
When repacking a PyInstaller single-file executable where the embedded PYZ archive contains subdirectories, the repack script fails when it tries to extract the files ...