pycdc

Bytecode translator

Translates compiled Python byte-code into human-readable source code

C++ python bytecode disassembler and decompiler

GitHub

3k stars
94 watching
661 forks
Language: C++
last commit: 3 months ago
cxxdecompilerdisassemblerhacktoberfestpython

Related projects:

Repository Description Stars
rocky/python-uncompyle6 Decomposes Python bytecode back into equivalent source code 3,836
knight0x07/pyc2bytecode A tool to disassemble and analyze compiled Python bytecode files (pyc) from various Python versions. 133
palkeo/panoramix An Ethereum decompiler tool that translates Solidity bytecode into human-readable code 822
indygreg/pyoxidizer A tool for packaging and distributing Python applications by creating self-contained executables with embedded Python interpreters. 5,562
pycqa/modernize Transforms Python 2 source code into compatible Python 3 and 2.6+ code 356
pfalcon/scratchabit A Python-based disassembler tool with data/control flow analysis capabilities for reverse engineering 397
cookiecutter/cookiecutter A command-line utility that creates projects from pre-defined templates. 22,767
boomerangdecompiler/boomerang A decompiler tool for reverse-engineering machine code from various architectures and file formats. 377
deadsy/pycs A toolset for debugging and tracing ARM CoreSight enabled microcontrollers using Python. 75
konloch/bytecode-viewer A Java-based tool for analyzing and modifying Android APKs and other Java files 14,733
zedr/clean-code-python A set of guidelines and best practices for writing readable, maintainable, and efficient Python code. 4,476
pyos/dg A programming language compiler for CPython bytecode 575
pycqa/autoflake A tool to automatically remove unused imports and variables from Python code based on pyflakes analysis 908
micropython/micropython An implementation of Python 3.x on microcontrollers and small embedded systems 19,551
kubkon/zig-dis-x86_64 A disassembler and encoder library for x86_64 machine code written in Zig. 35