pycdc

Bytecode translator

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

C++ python bytecode disassembler and decompiler

GitHub

3k stars
94 watching
643 forks
Language: C++
last commit: about 1 month ago
cxxdecompilerdisassemblerhacktoberfestpython

Related projects:

Repository Description Stars
rocky/python-uncompyle6 Decomposes Python bytecode back into equivalent source code 3,796
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 814
indygreg/pyoxidizer A tool for packaging and distributing Python applications by creating self-contained executables with embedded Python interpreters. 5,493
pycqa/modernize Transforms Python 2 source code into compatible Python 3 and 2.6+ code 355
pfalcon/scratchabit A Python-based disassembler tool with data/control flow analysis capabilities for reverse engineering 396
cookiecutter/cookiecutter A command-line utility that creates projects from pre-defined templates. 22,632
boomerangdecompiler/boomerang A decompiler tool for reverse-engineering machine code from various architectures and file formats. 373
deadsy/pycs A toolset for debugging and tracing ARM CoreSight enabled microcontrollers using Python. 74
konloch/bytecode-viewer A Java-based tool for analyzing and modifying Android APKs and other Java files 14,699
zedr/clean-code-python A set of guidelines and best practices for writing readable, maintainable, and efficient Python code. 4,443
pyos/dg A programming language compiler for CPython bytecode 576
pycqa/autoflake A tool to automatically remove unused imports and variables from Python code based on pyflakes analysis 904
micropython/micropython An implementation of Python 3.x on microcontrollers and small embedded systems 19,430
kubkon/zig-dis-x86_64 A disassembler and encoder library for x86_64 machine code written in Zig. 35