1 个仓库
Tools that reconstruct original source code constructs from compiled bytecode and jump instructions.
Distinct from Source-to-Bytecode Compilers: Distinct from Source-to-Bytecode Compilers: performs the inverse operation by recovering source from bytecode rather than compiling source to bytecode.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Source Code Recoverers. 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
Reconstructs original program segments and language constructs from compiled bytecode and jump instructions.