140 skills found · Page 2 of 5
ziman / Idris PyPython backend for Idris (generates Python source, not bytecode).
neuroo / EquipPython bytecode instrumentation library
rocky / Python XasmPython cross version bytecode/wordcode assembler
obriencj / Python JavatoolsTools for examining Java bytecode in Python
greyblue9 / Unpyc37 3.10Minor tweaks to get this excellent Python bytecode decompiler running under Python 3.8-3.10
borzunov / PlusplusEnables increment operators in Python using a bytecode hack
lilmayofuksu / Animepythondecompiled python bytecode files for my mmorpg game
bittner / PycleanPure Python cross-platform pyclean. Clean up your Python bytecode.
flosch / GoPyAn experimental Python bytecode interpreter implementation in Go
brandtbucher / HaxWrite compiled bytecode inline with pure Python. 🤖
progval / Pythonvm RustAn incomplete stackless interpreter of Python bytecode, written in Rust.
Pypperoni / PypperoniPypperoni Python Compiler Source Code
serprex / Byteplayface Python bytecode metaprogramming API fork
ekcbw / Pyc ZipperA tool for packing, unpacking, compressing and obfuscating Python bytecode files (.pyc) .
rocky / Python Control FlowControl-Flow, Dominator Tree, and dot output from Python bytecode
jtpio / Jupyterlab Python BytecodeJupyterLab extension to explore CPython Bytecode
FuturisticGoo / UnPYCA GUI tool for uncompiling Python bytecode
extremecoders-re / Python Snippet DecompilerTool to assist during manual decompilation of Python bytecode
evanw / UnwindUniversal disassembler for Python bytecode (supports Python 2 and 3)
red40maxxer / JargonautPython 3.9 obfuscator built on LibCST with a library of fun obfuscation techniques, including polynomial MBAs, runtime bytecode patching, etc.