首先安装uncompyle6这个工具,

pip install -i https://pypi.douban.com/simple/ uncompyle6

  

反编译:

uncompyle6 ../pyc/utils.cpython-38.pyc > ../pyc/utils.py

  

相关文章:

  • 2022-12-23
  • 2021-11-28
  • 2021-05-15
  • 2023-01-18
  • 2021-04-15
  • 2021-10-08
猜你喜欢
  • 2021-11-11
  • 2021-07-06
  • 2021-08-03
  • 2021-11-16
  • 2021-11-03
  • 2021-06-29
  • 2022-12-23
相关资源
相似解决方案