140 skills found · Page 3 of 5
ronaldoussoren / Modulegraphmodulegraph determines a dependency graph between Python modules primarily by bytecode analysis for import statements. modulegraph uses similar methods to modulefinder from the standard library, but uses a more flexible internal representation, has more extensive knowledge of special cases, and is extensible.
cheery / SpirthonPython bytecode to SPIR-V -translation.
pfalcon / Python Compiler.oldPython2 compiler package ported to Python3. Compiles Python AST (as produced by the "ast" module) to bytecode assembly and code objects.
BarakAharoni / PycDcodePython PYC Bytecode Decompilation
kukas / DeepcompylePretraining transformers to decompile Python bytecodes, WORK IN PROGRESS
Njord0 / BNPycBinary ninja plugin for python compiled bytecode (pyc) disassembly
risicle / CpytraceaflCPython bytecode instrumentation and forkserver tools for fuzzing pure python and mixed python/c code using AFL
rumpeltux / DropboxdecDropbox Python Bytecode Decryption Tool
mynameisfiber / PytailcallCrazy Python bytecode hacking for great tail call optimizations
extremecoders-re / BnpyAn architecture plugin for binary ninja to disassemble raw python bytecode
ddouworld / Pycdc StudioA Qt Widgets desktop UI for exploring Python bytecode with pycdc/pycdas, inspecting native decompilation, and using AI fallback for unsupported code objects.
19h / Ida Python BytecodeNo description available
google / PycniteA collection of utilities for working with compiled Python bytecode.
PhilipTrauner / NibblerRuntime Python bytecode optimizer. ⚡️
patmiller / Bytecode ToysPython bytecode toys
N3rdL0rd / CrashlinkPure-Python HashLink bytecode Swiss Army knife.
Risto-Stevcev / Python BytecodeA Python bytecode compiler and bytecode generator.
JoshKarpel / Dis CliDisplay Python source code and bytecode side-by-side at the command line
jstar88 / Python Decrypterpython command line tool to decrypt and decompile bytecode
zrsx / PycdcC++ python bytecode disassembler and decompiler