10 skills found
extremecoders-re / Decompyle BuildsPrecompiled Decompyle++ (pycdc) binaries for Windows & Linux
venaxyt / MysteriumMysterium the first tool which permits you to retrieve the most part of a Python code even the .py or .pyc was extracted from an executable file, even it is encrypted with every existing encryptage. Mysterium don't make any difference between encrypted and non encrypted files, it can retrieve code from Pyarmor or .pyc files.
ekcbw / Parallel DecompilerA Python decompiler tool supporting parallel decompilation, designed to decompile each class and function within pyc files using multiple processes, supporting both uncompyle6 and decompyle3 libraries.一个支持并行反编译的Python反编译工具,多进程并行反编译pyc文件中的每个类和函数。 同时支持uncompyle6和decompyle3库。
Euronymou5 / RayRodDecompiler of python executable files created in pyinstaller and pyarmor and decompiler of .pyc files
YonatanErez / AntiUncompyleAntiUncompyle is a tool for editing .pyc files so they will be immune against python decompilers
SotEnte / PYC DecompilerA Full Python Decompiler for Python 3.12 and 3.13
tswr / UnPycPython *.pyc disassembler and decompiler. Project has been suspended.
snootysteppes / Py2ExeDumperA py2exe decompiler, going from exe -> pyc -> py
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.
rajveerexe / PycDecompilerA Request Based Pyc decompiler that supports python 3.6+ - 3.13 decompilation.