3 matches found
pycdc
Decompyle++ 一款Python字节码反汇编器/反编译器 Decompyle++ 旨在将编译后的 Python 字节码转换回有效且可读的 Python 源代码。尽管其他项目也以不同程度的成功实现了这一点,但 Decompyle++ 的独特之处在于它试图支持任何 Python 版本的字节码。 Decompyle++ 包含一个字节码反汇编器 pycdas 和一个反编译器 pycdc。 顾名思义,Decompyle++ 是用 C++ 编写的。 如果您希望贡献代码,请访问 https://github.com/zrax/pycdc 在 GitHub 上 fork 我们。 构建...
Decompyle++ 缓冲区错误漏洞
Decompyle++ is a Python bytecode disassembly/decompilation program by the individual developer Michael Hansen. It is designed to convert compiled Python byte code back into valid, human-readable Python source code. Decompyle++ suffers from a security vulnerability that stems from a stack overflow...
Decompyle++ 缓冲区错误漏洞
Decompyle++ is a Python bytecode disassembly/decompilation program by the individual developer Michael Hansen. It is designed to convert compiled Python byte code back into valid, human-readable Python source code. A security vulnerability exists in Decompyle++ pycdc, which stems from the presenc...