摘要: 利用python3和python2自带模块进行源码加密 模块一 py_compile python -m py_compile test.py 模块二 compileall python -m compileall test.py 对目录下py文件进行编译加密 python -m compileal 阅读全文
posted @ 2023-09-26 15:21 冷夜O 阅读(23) 评论(0) 推荐(0)