1 مستودع
Decompilation of isolated bytecode segments like lambdas or comprehensions.
Distinct from Bytecode Decompilers: Focuses on partial recovery of specific program segments instead of full-file decompilation.
Explore 1 awesome GitHub repository matching part of an awesome list · Fragmented Code Decompilation. Refine with filters or upvote what's useful.
python-uncompyle6 is a Python bytecode decompiler and reverse engineering tool designed to convert compiled bytecode files back into human-readable source code. It functions as a source code recoverer and bytecode disassembler, allowing for the analysis of internal program logic and the reconstruction of original language constructs. The tool provides cross-version support, enabling the analysis and recovery of source code from bytecode created across multiple different versions of the Python interpreter. This allows it to operate as a cross-version bytecode analyzer that can interpret varied
Recovers source code from specific isolated program segments like lambda bodies and list comprehensions.