谈谈 Pyinstaller 的编译和反编译,如何保护你的代码
谈谈 Pyinstaller 的编译和反编译,如何保护你的代码 - 江风引雨的文章 - 知乎 https://zhuanlan.zhihu.com/p/109266820
常见反编译问题:
https://stackoverflow.com/questions/54730802/reassemble-py-file-from-bytecode
https://blog.csdn.net/m0_47410750/article/details/125555120
https://blog.csdn.net/Zheng__Huang/article/details/112380221?spm=1001.2014.3001.5502
********************
打包做下加密和图表、splash
pyinstaller --key ***** --onefile --splash splash.png -i favicon.ico payment.py
cmd设置字体颜色的帖子:
https://sp4rkw.blog.csdn.net/article/details/79663014?spm=1001.2014.3001.5502