14 skills found
zrax / PycdcC++ python bytecode disassembler and decompiler
rocky / Python XdisPython cross-version bytecode library and disassembler
MoserMichael / PyasmtoolExplores the python bytecode, provides some tools to access it for fun and profit.
knight0x07 / Pyc2bytecodeA Python Bytecode Disassembler helping reverse engineers in dissecting Python binaries by disassembling and analyzing the compiled python byte-code(.pyc) files across all python versions (including Python 3.10.*)
evanw / UnwindUniversal disassembler for Python bytecode (supports Python 2 and 3)
zrsx / PycdcC++ python bytecode disassembler and decompiler
landaire / PydisDisassembler for Python bytecode
port-zero / DecodeA Lua/Python Bytecode Disassembler written in C, without external dependencies
goldsborough / DispyA tiny Python bytecode disassembler
t-wy / Web Python Bytecode DisassemblerA Python Disassembler that disassembles compiled Python files into sequences of opcodes locally. Currently supporting Python 2 and 3. Supports .pyc files and PyInstaller executable files. Decompiler is being developed.
jishnuv / Python Bytecode DisassemblerA simple python bytecode disassembler (disassembly of bytecode in a .pyc file) in C
caot / PycdcjPython bytecode disassembler and decompiler in Java
hexadecimalDinosaur / PycDisGUIGTK graphical user interface for Python bytecode disassembly, reverse engineering, and malware analysis using the xdis disassembler library.
nongdajun / Ida PycPython compiled byte code analysis plugin for IDA Pro