Python decompiler for 3.7-3.8 Stripped down from uncompyle6 so we can refactor and start to fix up some long-standing problems - Commits · rocky/python-decompile3
Python decompiler for 3.7-3.8 Stripped down from uncompyle6 so we can refactor and start to fix up some long-standing problems - Small administrative changes · rocky/python-decompile3@46d0c91
https://github.com/rocky/python-xdis: Cross Python version disassembler https://github.com/rocky/python-xasm: Cross Python version assembler https://github.com/rocky/python-decompile3/wiki: Wiki Documents which describe the code and aspects of it in more detail ...
Python-decompile3Python是一个用于3.7-3.8版本的stripped down的uncompyle6 decompiler,它旨在帮助用户重新组织和修复一些长期存在的问题。这个工具可以对代码进行反编译,以便更好地理解源代码,并对其进行修改和优化。通过使用Python-decompile3Python,用户可以更方便地查看和修改代码,从而提高开发效率和代码质量。Python ...
Python decompiler for 3.7-3.8 Stripped down from uncompyle6 so we can refactor and start to fix up some long-standing problems - python-decompile3/decompyle3/semantics/pysource.py at 25b65fc2a95262bf6837fcc50627d54fa30f3d6d · rocky/python-decompile3
py3disassemble:main", "decompyle3-tokens=decompyle3.bin.decompile_tokens:main", ] } ftp_url = None 4 changes: 4 additions & 0 deletions 4 bin/decompyle3-tokens Original file line numberDiff line numberDiff line change @@ -0,0 +1,4 @@ #!/usr/bin/env python from decompyle3.bin....
A Python decompiler tool supporting parallel decompilation, designed to decompile each class and function within pyc files using multiple processes, supporting both uncompyle6 and decompyle3 libraries.一个支持并行反编译的Python反编译工具,多进程并行反编译pyc文件中的每个类和函数。 同时支持uncompyle6和dec...