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
相關文章
相關標籤/搜索