140 skills found · Page 1 of 5
zrax / PycdcC++ python bytecode disassembler and decompiler
rocky / Python Uncompyle6A cross-version Python bytecode decompiler
nedbat / ByterunA Python implementation of a Python bytecode runner
snoack / Python GotoA function decorator, that rewrites the bytecode, to enable goto in Python
deepnoodle-ai / RisorRisor is a fast, embeddable scripting language for Go applications. Add dynamic expressions, filters, and user-defined logic to your Go programs without embedding a heavy runtime like V8 or Python. Expressions compile to bytecode and run on a lightweight VM. Pure Go, minimal dependencies.
beeware / VocA transpiler that converts Python code into Java bytecode
tuplex / TuplexTuplex is a parallel big data processing framework that runs data science pipelines written in Python at the speed of compiled code. Tuplex has similar Python APIs to Apache Spark or Dask, but rather than invoking the Python interpreter, Tuplex generates optimized LLVM bytecode for the given pipeline and input data set.
kuroko-lang / KurokoDialect of Python with explicit variable declaration and block scoping, with a lightweight and easy-to-embed bytecode compiler and interpreter.
peterhinch / Micropython Font To PyA Python 3 utility to convert fonts to Python source capable of being frozen as bytecode
rocky / Python XdisPython cross-version bytecode library and disassembler
MatthieuDartiailh / BytecodePython module to modify bytecode
MoserMichael / PyasmtoolExplores the python bytecode, provides some tools to access it for fun and profit.
MyNameIsMeerkat / PyREticpyREtic is an extensible framework for in-memory Python 2.x bytecode reverse engineering
landaire / UnfuckPython 2.7 bytecode d̶e̶o̶b̶f̶u̶s̶c̶a̶t̶o̶r unfucker
borzunov / Cpmoptimize🚀 🐍 Optimizes Python bytecode calculating linear recurrences, reducing the time complexity from O(n) to O(log n)
facebookresearch / Py2bpfA python to bpf (Berkeley Packet Filter bytecode) converter
bjpop / BlipA bytecode compiler for Python 3
AngelKitty / StegosaurusA steganography tool for embedding payloads within Python bytecode.
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.*)
splitline / PickoraA toy compiler that can convert Python scripts 🐍 to pickle bytecode 🥒