py文件编译和反编译

1. 测试文件 # run.py print('hello world') 2. 编译生成.pyc文件 python -m compileall run.py 3. 反编译 pip install uncompylepython uncompyle6 run.cpython-37.pyc > run.py
相关文章
相关标签/搜索